home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 2 / Macwelt DVD 2.cdr / HTML-Tools / macosx / JChecker X 3.0.2.dmg / JChecker302EX / JChecker3.0 Folder(E) / DTD / XHTMLBasic10.dtd < prev   
Encoding:
Text File  |  2001-10-14  |  105.6 KB  |  3,090 lines

  1.  
  2.  
  3. <!-- XHTML Basic 1.0 DTD  ...................................................... -->
  4. <!-- file: xhtml-basic10.dtd -->
  5.  
  6. <!-- XHTML Basic 1.0 DTD
  7.  
  8.      This is XHTML Basic, a proper subset of XHTML.
  9.  
  10.      The Extensible HyperText Markup Language (XHTML)
  11.      Copyright 1998-2000 World Wide Web Consortium
  12.         (Massachusetts Institute of Technology, Institut National de
  13.          Recherche en Informatique et en Automatique, Keio University).
  14.          All Rights Reserved.
  15.  
  16.      Permission to use, copy, modify and distribute the XHTML Basic DTD
  17.      and its accompanying documentation for any purpose and without fee is
  18.      hereby granted in perpetuity, provided that the above copyright notice
  19.      and this paragraph appear in all copies.  The copyright holders make
  20.      no representation about the suitability of the DTD for any purpose.
  21.  
  22.      It is provided "as is" without expressed or implied warranty.
  23.  
  24.         Editors:    Murray M. Altheim <mailto:altheim@eng.sun.com>
  25.                     Peter Stark       <mailto:Peter.Stark@ecs.ericsson.se>
  26.         Revision:   $Id: xhtml-basic10.dtd,v 2.13 2000/12/18 12:56:23 mimasa Exp $ SMI
  27.  
  28. -->
  29. <!-- This is the driver file for version 1.0 of the XHTML Basic DTD.
  30.  
  31.      This DTD is identified by the PUBLIC and SYSTEM identifiers:
  32.  
  33.      PUBLIC: "-//W3C//DTD XHTML Basic 1.0//EN"
  34.      SYSTEM: "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"
  35. -->
  36. <!ENTITY % XHTML.version  "-//W3C//DTD XHTML Basic 1.0//EN" >
  37.  
  38. <!-- Use this URI to identify the default namespace:
  39.  
  40.          "http://www.w3.org/1999/xhtml"
  41.  
  42.      See the Qualified Names module for information
  43.      on the use of namespace prefixes in the DTD.
  44. -->
  45. <!ENTITY % NS.prefixed "IGNORE" >
  46. <!ENTITY % XHTML.prefix  "" >
  47.  
  48. <!-- Reserved for use with the XLink namespace:
  49. -->
  50. <!ENTITY % XLINK.xmlns "" >
  51. <!ENTITY % XLINK.xmlns.attrib "" >
  52.  
  53. <!-- For example, if you are using XHTML Basic 1.0 directly, use
  54.      the FPI in the DOCTYPE declaration, with the xmlns attribute
  55.      on the document element to identify the default namespace:
  56.  
  57.          <?xml version="1.0"?>
  58.          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
  59.              "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" >
  60.          <html xmlns="http://www.w3.org/1999/xhtml"
  61.                xml:lang="en" >
  62.          ...
  63.          </html>
  64. -->
  65.  
  66. <!-- reserved for future use with document profiles -->
  67. <!ENTITY % XHTML.profile  "" >
  68.  
  69. <!-- Bidirectional Text features
  70.      This feature-test entity is used to declare elements
  71.      and attributes used for bidirectional text support.
  72. -->
  73. <!ENTITY % XHTML.bidi  "IGNORE" >
  74.  
  75. <?doc type="doctype" role="title" { XHTML Basic 1.0 } ?>
  76.  
  77. <!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
  78.  
  79. <!ENTITY % xhtml-events.module   "IGNORE" >
  80. <!ENTITY % xhtml-bdo.module      "%XHTML.bidi;" >
  81.  
  82. <!ENTITY % xhtml-model.mod
  83.      PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"
  84.             "xhtml-basic10-model-1.mod" >
  85.  
  86. <!ENTITY % xhtml-framework.mod
  87.      PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
  88.             "xhtml-framework-1.mod" >
  89. <!-- ...................................................................... -->
  90. <!-- XHTML Modular Framework Module  ...................................... -->
  91. <!-- file: xhtml-framework-1.mod
  92.  
  93.      This is XHTML, a reformulation of HTML as a modular XML application.
  94.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  95.      Revision: $Id: xhtml-framework-1.mod,v 1.12 2000/12/19 10:17:28 mimasa Exp $ SMI
  96.  
  97.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  98.  
  99.        PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
  100.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-framework-1.mod"
  101.  
  102.      Revisions:
  103.      (none)
  104.      ....................................................................... -->
  105.  
  106. <!-- Modular Framework
  107.  
  108.      This required module instantiates the modules needed
  109.      to support the XHTML modularization model, including:
  110.  
  111.         +  notations
  112.         +  datatypes
  113.         +  namespace-qualified names
  114.         +  common attributes
  115.         +  document model
  116.         +  character entities
  117.  
  118.      The Intrinsic Events module is ignored by default but
  119.      occurs in this module because it must be instantiated
  120.      prior to Attributes but after Datatypes.
  121. -->
  122.  
  123. <!ENTITY % xhtml-arch.module "INCLUDE" >
  124. <![%xhtml-arch.module;[
  125. <!ENTITY % xhtml-arch.mod
  126.      PUBLIC "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN"
  127.             "xhtml-arch-1.mod" >
  128. <!-- ...................................................................... -->
  129. <!-- XHTML Base Architecture Module  ...................................... -->
  130. <!-- file: xhtml-arch-1.mod
  131.  
  132.      This is XHTML, a reformulation of HTML as a modular XML application.
  133.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  134.      Revision: $Id: xhtml-arch-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  135.  
  136.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  137.  
  138.        PUBLIC "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN"
  139.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-arch-1.mod"
  140.  
  141.      Revisions:
  142.      (none)
  143.      ....................................................................... -->
  144.  
  145. <!-- This optional module includes declarations that enable XHTML to be used
  146.      as a base architecture according to the 'Architectural Forms Definition
  147.      Requirements' (Annex A.3, ISO/IEC 10744, 2nd edition). For more information
  148.      on use of architectural forms, see the HyTime web site at:
  149.  
  150.          http://www.hytime.org/
  151. -->
  152.  
  153. <?IS10744 ArcBase xhtml ?>
  154.  
  155. <!NOTATION xhtml PUBLIC "-//W3C//NOTATION AFDR ARCBASE XHTML 1.1//EN" >
  156.  
  157. <!-- Entity declaration for associated Architectural DTD
  158. -->
  159. <!ENTITY xhtml-arch.dtd
  160.       PUBLIC "-//W3C//DTD XHTML Architecture 1.1//EN"
  161.              "xhtml11-arch.dtd" >
  162.  
  163. <?IS10744:arch xhtml
  164.     public-id       =  "-//W3C//NOTATION AFDR ARCBASE XHTML 1.1//EN"
  165.     dtd-public-id   =  "-//W3C//DTD XHTML 1.1//EN"
  166.     dtd-system-id   =  "xhtml11.dtd"
  167.     doc-elem-form   =  "html"
  168.     form-att        =  "html"
  169.     renamer-att     =  "htnames"
  170.     suppressor-att  =  "htsupp"
  171.     data-ignore-att =  "htign"
  172.     auto            =  "ArcAuto"
  173.     options         =  "HtModReq HtModOpt"
  174.     HtModReq        =  "Framework Text Hypertext Lists Structure"
  175.     HtModOpt        =  "Standard"
  176. ?>
  177.  
  178. <!-- end of xhtml-arch-1.mod -->
  179. ]]>
  180.  
  181. <!ENTITY % xhtml-notations.module "INCLUDE" >
  182. <![%xhtml-notations.module;[
  183. <!ENTITY % xhtml-notations.mod
  184.      PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
  185.             "xhtml-notations-1.mod" >
  186. <!-- ...................................................................... -->
  187. <!-- XHTML Notations Module  .............................................. -->
  188. <!-- file: xhtml-notations-1.mod
  189.  
  190.      This is XHTML, a reformulation of HTML as a modular XML application.
  191.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  192.      Revision: $Id: xhtml-notations-1.mod,v 1.8 2000/10/16 21:15:23 radams Exp $
  193.  
  194.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  195.  
  196.        PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
  197.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-notations-1.mod"
  198.  
  199.      Revisions:
  200.      (none)
  201.      ....................................................................... -->
  202.  
  203. <!-- Notations
  204.  
  205.      defines the following notations, many of these imported from 
  206.      other specifications and standards. When an existing FPI is
  207.      known, it is incorporated here.
  208. -->
  209.  
  210. <!-- XML Notations ..................................... -->
  211. <!-- SGML and XML Notations ............................ -->
  212.  
  213. <!-- W3C XML 1.0 Recommendation -->
  214. <!NOTATION w3c-xml 
  215.      PUBLIC "ISO 8879//NOTATION Extensible Markup Language (XML) 1.0//EN" >
  216.  
  217. <!-- XML 1.0 CDATA -->
  218. <!NOTATION cdata 
  219.      PUBLIC "-//W3C//NOTATION XML 1.0: CDATA//EN" >
  220.  
  221. <!-- SGML Formal Public Identifiers -->
  222. <!NOTATION fpi
  223.      PUBLIC "ISO 8879:1986//NOTATION Formal Public Identifier//EN" >
  224.  
  225. <!-- XHTML Notations ................................... -->
  226.  
  227. <!-- Length defined for cellpadding/cellspacing -->
  228.  
  229. <!-- nn for pixels or nn% for percentage length -->
  230. <!NOTATION length 
  231.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Length//EN" >
  232.  
  233. <!-- space-separated list of link types -->
  234. <!NOTATION linkTypes 
  235.     PUBLIC "-//W3C//NOTATION XHTML Datatype: LinkTypes//EN" >
  236.  
  237. <!-- single or comma-separated list of media descriptors -->
  238. <!NOTATION mediaDesc 
  239.     PUBLIC "-//W3C//NOTATION XHTML Datatype: MediaDesc//EN" >
  240.  
  241. <!-- pixel, percentage, or relative -->
  242. <!NOTATION multiLength 
  243.     PUBLIC "-//W3C//NOTATION XHTML Datatype: MultiLength//EN" >
  244.  
  245. <!-- one or more digits (NUMBER) -->
  246. <!NOTATION number 
  247.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Number//EN" >
  248.  
  249. <!-- integer representing length in pixels -->
  250. <!NOTATION pixels 
  251.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Pixels//EN" >
  252.  
  253. <!-- script expression -->
  254. <!NOTATION script 
  255.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Script//EN" >
  256.  
  257. <!-- textual content -->
  258. <!NOTATION text 
  259.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Text//EN" >
  260.  
  261. <!-- Imported Notations ................................ -->
  262.  
  263. <!-- a single character from [ISO10646] -->
  264. <!NOTATION character 
  265.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Character//EN" >
  266.  
  267. <!-- a character encoding, as per [RFC2045] -->
  268. <!NOTATION charset 
  269.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Charset//EN" >
  270.  
  271. <!-- a space separated list of character encodings, as per [RFC2045] -->
  272. <!NOTATION charsets 
  273.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Charsets//EN" >
  274.  
  275. <!-- media type, as per [RFC2045] -->
  276. <!NOTATION contentType 
  277.     PUBLIC "-//W3C//NOTATION XHTML Datatype: ContentType//EN" >
  278.  
  279. <!-- comma-separated list of media types, as per [RFC2045] -->
  280. <!NOTATION contentTypes 
  281.     PUBLIC "-//W3C//NOTATION XHTML Datatype: ContentTypes//EN" >
  282.  
  283. <!-- date and time information. ISO date format -->
  284. <!NOTATION datetime 
  285.     PUBLIC "-//W3C//NOTATION XHTML Datatype: Datetime//EN" >
  286.  
  287. <!-- a language code, as per [RFC1766] -->
  288. <!NOTATION languageCode 
  289.     PUBLIC "-//W3C//NOTATION XHTML Datatype: LanguageCode//EN" >
  290.  
  291. <!-- a Uniform Resource Identifier, see [URI] -->
  292. <!NOTATION uri 
  293.     PUBLIC "-//W3C//NOTATION XHTML Datatype: URI//EN" >
  294.  
  295. <!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
  296. <!NOTATION uris 
  297.     PUBLIC "-//W3C//NOTATION XHTML Datatype: URIs//EN" >
  298.  
  299. <!-- end of xhtml-notations-1.mod -->
  300. ]]>
  301.  
  302. <!ENTITY % xhtml-datatypes.module "INCLUDE" >
  303. <![%xhtml-datatypes.module;[
  304. <!ENTITY % xhtml-datatypes.mod
  305.      PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
  306.             "xhtml-datatypes-1.mod" >
  307. <!-- ...................................................................... -->
  308. <!-- XHTML Datatypes Module  .............................................. -->
  309. <!-- file: xhtml-datatypes-1.mod
  310.  
  311.      This is XHTML, a reformulation of HTML as a modular XML application.
  312.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  313.      Revision: $Id: xhtml-datatypes-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  314.  
  315.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  316.  
  317.        PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
  318.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-datatypes-1.mod"
  319.  
  320.      Revisions:
  321.      (none)
  322.      ....................................................................... -->
  323.  
  324. <!-- Datatypes
  325.  
  326.      defines containers for the following datatypes, many of
  327.      these imported from other specifications and standards.
  328. -->
  329.  
  330. <!-- Length defined for cellpadding/cellspacing -->
  331.  
  332. <!-- nn for pixels or nn% for percentage length -->
  333. <!ENTITY % Length.datatype "CDATA" >
  334.  
  335. <!-- space-separated list of link types -->
  336. <!ENTITY % LinkTypes.datatype "NMTOKENS" >
  337.  
  338. <!-- single or comma-separated list of media descriptors -->
  339. <!ENTITY % MediaDesc.datatype "CDATA" >
  340.  
  341. <!-- pixel, percentage, or relative -->
  342. <!ENTITY % MultiLength.datatype "CDATA" >
  343.  
  344. <!-- one or more digits (NUMBER) -->
  345. <!ENTITY % Number.datatype "CDATA" >
  346.  
  347. <!-- integer representing length in pixels -->
  348. <!ENTITY % Pixels.datatype "CDATA" >
  349.  
  350. <!-- script expression -->
  351. <!ENTITY % Script.datatype "CDATA" >
  352.  
  353. <!-- textual content -->
  354. <!ENTITY % Text.datatype "CDATA" >
  355.  
  356. <!-- Imported Datatypes ................................ -->
  357.  
  358. <!-- a single character from [ISO10646] -->
  359. <!ENTITY % Character.datatype "CDATA" >
  360.  
  361. <!-- a character encoding, as per [RFC2045] -->
  362. <!ENTITY % Charset.datatype "CDATA" >
  363.  
  364. <!-- a space separated list of character encodings, as per [RFC2045] -->
  365. <!ENTITY % Charsets.datatype "CDATA" >
  366.  
  367. <!-- media type, as per [RFC2045] -->
  368. <!ENTITY % ContentType.datatype "CDATA" >
  369.  
  370. <!-- comma-separated list of media types, as per [RFC2045] -->
  371. <!ENTITY % ContentTypes.datatype "CDATA" >
  372.  
  373. <!-- date and time information. ISO date format -->
  374. <!ENTITY % Datetime.datatype "CDATA" >
  375.  
  376. <!-- formal public identifier, as per [ISO8879] -->
  377. <!ENTITY % FPI.datatype "CDATA" >
  378.  
  379. <!-- a language code, as per [RFC1766] -->
  380. <!ENTITY % LanguageCode.datatype "NMTOKEN" >
  381.  
  382. <!-- a Uniform Resource Identifier, see [URI] -->
  383. <!ENTITY % URI.datatype "CDATA" >
  384.  
  385. <!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
  386. <!ENTITY % URIs.datatype "CDATA" >
  387.  
  388. <!-- end of xhtml-datatypes-1.mod -->
  389. ]]>
  390.  
  391. <!-- placeholder for XLink support module -->
  392. <!ENTITY % xhtml-xlink.mod "" >
  393.  
  394.  
  395. <!ENTITY % xhtml-qname.module "INCLUDE" >
  396. <![%xhtml-qname.module;[
  397. <!ENTITY % xhtml-qname.mod
  398.      PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
  399.             "xhtml-qname-1.mod" >
  400. <!-- ....................................................................... -->
  401. <!-- XHTML Qname Module  ................................................... -->
  402. <!-- file: xhtml-qname-1.mod
  403.  
  404.      This is XHTML, a reformulation of HTML as a modular XML application.
  405.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  406.      Revision: $Id: xhtml-qname-1.mod,v 1.14 2000/10/16 21:15:23 radams Exp $ SMI
  407.  
  408.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  409.  
  410.        PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
  411.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-qname-1.mod"
  412.  
  413.      Revisions:
  414.      (none)
  415.      ....................................................................... -->
  416.  
  417. <!-- XHTML Qname (Qualified Name) Module
  418.  
  419.      This module is contained in two parts, labeled Section 'A' and 'B':
  420.  
  421.        Section A declares parameter entities to support namespace-
  422.        qualified names, namespace declarations, and name prefixing 
  423.        for XHTML and extensions.
  424.     
  425.        Section B declares parameter entities used to provide
  426.        namespace-qualified names for all XHTML element types:
  427.  
  428.          %applet.qname;   the xmlns-qualified name for <applet>
  429.          %base.qname;     the xmlns-qualified name for <base>
  430.          ...
  431.  
  432.      XHTML extensions would create a module similar to this one. 
  433.      Included in the XHTML distribution is a template module 
  434.      ('template-qname-1.mod') suitable for this purpose.
  435. -->
  436.  
  437. <!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: -->
  438.  
  439. <!-- 1. Declare a %XHTML.prefixed; conditional section keyword, used
  440.         to activate namespace prefixing. The default value should 
  441.         inherit '%NS.prefixed;' from the DTD driver, so that unless 
  442.         overridden, the default behaviour follows the overall DTD 
  443.         prefixing scheme.
  444. -->
  445. <!ENTITY % NS.prefixed "IGNORE" >
  446. <!ENTITY % XHTML.prefixed "%NS.prefixed;" >
  447.  
  448. <!-- 2. Declare a parameter entity (eg., %XHTML.xmlns;) containing 
  449.         the URI reference used to identify the XHTML namespace:
  450. -->
  451. <!ENTITY % XHTML.xmlns  "http://www.w3.org/1999/xhtml" >
  452.  
  453. <!-- 3. Declare parameter entities (eg., %XHTML.prefix;) containing
  454.         the default namespace prefix string(s) to use when prefixing 
  455.         is enabled. This may be overridden in the DTD driver or the
  456.         internal subset of an document instance. If no default prefix
  457.         is desired, this may be declared as an empty string.
  458.  
  459.      NOTE: As specified in [XMLNAMES], the namespace prefix serves 
  460.      as a proxy for the URI reference, and is not in itself significant.
  461. -->
  462. <!ENTITY % XHTML.prefix  "" >
  463.  
  464. <!-- 4. Declare parameter entities (eg., %XHTML.pfx;) containing the 
  465.         colonized prefix(es) (eg., '%XHTML.prefix;:') used when 
  466.         prefixing is active, an empty string when it is not.
  467. -->
  468. <![%XHTML.prefixed;[
  469. <!ENTITY % XHTML.pfx  "%XHTML.prefix;:" >
  470. ]]>
  471.  
  472. <!ENTITY % XHTML.pfx  "" >
  473.  
  474. <!-- declare qualified name extensions here ............ -->
  475. <!ENTITY % xhtml-qname-extra.mod "" >
  476.  
  477.  
  478. <!-- 5. The parameter entity %XHTML.xmlns.extra.attrib; may be
  479.         redeclared to contain any non-XHTML namespace declaration 
  480.         attributes for namespaces embedded in XHTML. The default 
  481.         is an empty string.  XLink should be included here if used 
  482.         in the DTD.
  483. -->
  484. <!ENTITY % XHTML.xmlns.extra.attrib "" >
  485.  
  486. <!-- The remainder of Section A is only followed in XHTML, not extensions. -->
  487.  
  488. <!-- Declare a parameter entity %NS.decl.attrib; containing
  489.      all XML Namespace declarations used in the DTD, plus the
  490.      xmlns declaration for XHTML, its form dependent on whether 
  491.      prefixing is active. 
  492. -->
  493. <![%XHTML.prefixed;[
  494. <!ENTITY % NS.decl.attrib
  495.      "xmlns:%XHTML.prefix;  %URI.datatype;   #FIXED '%XHTML.xmlns;'
  496.       %XHTML.xmlns.extra.attrib;"
  497. >
  498. ]]>
  499. <!ENTITY % NS.decl.attrib
  500.      "%XHTML.xmlns.extra.attrib;"
  501. >
  502.  
  503. <!-- This is a placeholder for future XLink support.
  504. -->
  505. <!ENTITY % XLINK.xmlns.attrib "" >
  506.  
  507. <!-- Declare a parameter entity %NS.decl.attrib; containing all 
  508.      XML namespace declaration attributes used by XHTML, including
  509.      a default xmlns attribute when prefixing is inactive.
  510. -->
  511. <![%XHTML.prefixed;[
  512. <!ENTITY % XHTML.xmlns.attrib
  513.      "%NS.decl.attrib;
  514.       %XLINK.xmlns.attrib;"
  515. >
  516. ]]>
  517. <!ENTITY % XHTML.xmlns.attrib
  518.      "xmlns        %URI.datatype;           #FIXED '%XHTML.xmlns;'
  519.       %XLINK.xmlns.attrib;"
  520. >
  521.  
  522. <!-- placeholder for qualified name redeclarations -->
  523. <!ENTITY % xhtml-qname.redecl "" >
  524.  
  525.  
  526. <!-- Section B: XHTML Qualified Names ::::::::::::::::::::::::::::: -->
  527.  
  528. <!-- 6. This section declares parameter entities used to provide
  529.         namespace-qualified names for all XHTML element types.
  530. -->
  531.  
  532. <!-- module:  xhtml-applet-1.mod -->
  533. <!ENTITY % applet.qname  "%XHTML.pfx;applet" >
  534.  
  535. <!-- module:  xhtml-base-1.mod -->
  536. <!ENTITY % base.qname    "%XHTML.pfx;base" >
  537.  
  538. <!-- module:  xhtml-bdo-1.mod -->
  539. <!ENTITY % bdo.qname     "%XHTML.pfx;bdo" >
  540.  
  541. <!-- module:  xhtml-blkphras-1.mod -->
  542. <!ENTITY % address.qname "%XHTML.pfx;address" >
  543. <!ENTITY % blockquote.qname  "%XHTML.pfx;blockquote" >
  544. <!ENTITY % pre.qname     "%XHTML.pfx;pre" >
  545. <!ENTITY % h1.qname      "%XHTML.pfx;h1" >
  546. <!ENTITY % h2.qname      "%XHTML.pfx;h2" >
  547. <!ENTITY % h3.qname      "%XHTML.pfx;h3" >
  548. <!ENTITY % h4.qname      "%XHTML.pfx;h4" >
  549. <!ENTITY % h5.qname      "%XHTML.pfx;h5" >
  550. <!ENTITY % h6.qname      "%XHTML.pfx;h6" >
  551.  
  552. <!-- module:  xhtml-blkpres-1.mod -->
  553. <!ENTITY % hr.qname      "%XHTML.pfx;hr" >
  554.  
  555. <!-- module:  xhtml-blkstruct-1.mod -->
  556. <!ENTITY % div.qname     "%XHTML.pfx;div" >
  557. <!ENTITY % p.qname       "%XHTML.pfx;p" >
  558.  
  559. <!-- module:  xhtml-edit-1.mod -->
  560. <!ENTITY % ins.qname     "%XHTML.pfx;ins" >
  561. <!ENTITY % del.qname     "%XHTML.pfx;del" >
  562.  
  563. <!-- module:  xhtml-form-1.mod -->
  564. <!ENTITY % form.qname    "%XHTML.pfx;form" >
  565. <!ENTITY % label.qname   "%XHTML.pfx;label" >
  566. <!ENTITY % input.qname   "%XHTML.pfx;input" >
  567. <!ENTITY % select.qname  "%XHTML.pfx;select" >
  568. <!ENTITY % optgroup.qname  "%XHTML.pfx;optgroup" >
  569. <!ENTITY % option.qname  "%XHTML.pfx;option" >
  570. <!ENTITY % textarea.qname  "%XHTML.pfx;textarea" >
  571. <!ENTITY % fieldset.qname  "%XHTML.pfx;fieldset" >
  572. <!ENTITY % legend.qname  "%XHTML.pfx;legend" >
  573. <!ENTITY % button.qname  "%XHTML.pfx;button" >
  574.  
  575. <!-- module:  xhtml-hypertext-1.mod -->
  576. <!ENTITY % a.qname       "%XHTML.pfx;a" >
  577.  
  578. <!-- module:  xhtml-image-1.mod -->
  579. <!ENTITY % img.qname     "%XHTML.pfx;img" >
  580.  
  581. <!-- module:  xhtml-inlphras-1.mod -->
  582. <!ENTITY % abbr.qname    "%XHTML.pfx;abbr" >
  583. <!ENTITY % acronym.qname "%XHTML.pfx;acronym" >
  584. <!ENTITY % cite.qname    "%XHTML.pfx;cite" >
  585. <!ENTITY % code.qname    "%XHTML.pfx;code" >
  586. <!ENTITY % dfn.qname     "%XHTML.pfx;dfn" >
  587. <!ENTITY % em.qname      "%XHTML.pfx;em" >
  588. <!ENTITY % kbd.qname     "%XHTML.pfx;kbd" >
  589. <!ENTITY % q.qname       "%XHTML.pfx;q" >
  590. <!ENTITY % samp.qname    "%XHTML.pfx;samp" >
  591. <!ENTITY % strong.qname  "%XHTML.pfx;strong" >
  592. <!ENTITY % var.qname     "%XHTML.pfx;var" >
  593.  
  594. <!-- module:  xhtml-inlpres-1.mod -->
  595. <!ENTITY % b.qname       "%XHTML.pfx;b" >
  596. <!ENTITY % big.qname     "%XHTML.pfx;big" >
  597. <!ENTITY % i.qname       "%XHTML.pfx;i" >
  598. <!ENTITY % small.qname   "%XHTML.pfx;small" >
  599. <!ENTITY % sub.qname     "%XHTML.pfx;sub" >
  600. <!ENTITY % sup.qname     "%XHTML.pfx;sup" >
  601. <!ENTITY % tt.qname      "%XHTML.pfx;tt" >
  602.  
  603. <!-- module:  xhtml-inlstruct-1.mod -->
  604. <!ENTITY % br.qname      "%XHTML.pfx;br" >
  605. <!ENTITY % span.qname    "%XHTML.pfx;span" >
  606.  
  607. <!-- module:  xhtml-ismap-1.mod (also csismap, ssismap) -->
  608. <!ENTITY % map.qname     "%XHTML.pfx;map" >
  609. <!ENTITY % area.qname    "%XHTML.pfx;area" >
  610.  
  611. <!-- module:  xhtml-link-1.mod -->
  612. <!ENTITY % link.qname    "%XHTML.pfx;link" >
  613.  
  614. <!-- module:  xhtml-list-1.mod -->
  615. <!ENTITY % dl.qname      "%XHTML.pfx;dl" >
  616. <!ENTITY % dt.qname      "%XHTML.pfx;dt" >
  617. <!ENTITY % dd.qname      "%XHTML.pfx;dd" >
  618. <!ENTITY % ol.qname      "%XHTML.pfx;ol" >
  619. <!ENTITY % ul.qname      "%XHTML.pfx;ul" >
  620. <!ENTITY % li.qname      "%XHTML.pfx;li" >
  621.  
  622. <!-- module:  xhtml-meta-1.mod -->
  623. <!ENTITY % meta.qname    "%XHTML.pfx;meta" >
  624.  
  625. <!-- module:  xhtml-param-1.mod -->
  626. <!ENTITY % param.qname   "%XHTML.pfx;param" >
  627.  
  628. <!-- module:  xhtml-object-1.mod -->
  629. <!ENTITY % object.qname  "%XHTML.pfx;object" >
  630.  
  631. <!-- module:  xhtml-script-1.mod -->
  632. <!ENTITY % script.qname  "%XHTML.pfx;script" >
  633. <!ENTITY % noscript.qname  "%XHTML.pfx;noscript" >
  634.  
  635. <!-- module:  xhtml-struct-1.mod -->
  636. <!ENTITY % html.qname    "%XHTML.pfx;html" >
  637. <!ENTITY % head.qname    "%XHTML.pfx;head" >
  638. <!ENTITY % title.qname   "%XHTML.pfx;title" >
  639. <!ENTITY % body.qname    "%XHTML.pfx;body" >
  640.  
  641. <!-- module:  xhtml-style-1.mod -->
  642. <!ENTITY % style.qname   "%XHTML.pfx;style" >
  643.  
  644. <!-- module:  xhtml-table-1.mod -->
  645. <!ENTITY % table.qname   "%XHTML.pfx;table" >
  646. <!ENTITY % caption.qname "%XHTML.pfx;caption" >
  647. <!ENTITY % thead.qname   "%XHTML.pfx;thead" >
  648. <!ENTITY % tfoot.qname   "%XHTML.pfx;tfoot" >
  649. <!ENTITY % tbody.qname   "%XHTML.pfx;tbody" >
  650. <!ENTITY % colgroup.qname  "%XHTML.pfx;colgroup" >
  651. <!ENTITY % col.qname     "%XHTML.pfx;col" >
  652. <!ENTITY % tr.qname      "%XHTML.pfx;tr" >
  653. <!ENTITY % th.qname      "%XHTML.pfx;th" >
  654. <!ENTITY % td.qname      "%XHTML.pfx;td" >
  655.  
  656.  
  657. <!-- Provisional XHTML 2.0 Qualified Names  ...................... -->
  658.  
  659. <!-- module:  xhtml-image-2.mod -->
  660. <!ENTITY % alt.qname     "%XHTML.pfx;alt" >
  661.  
  662. <!-- end of xhtml-qname-1.mod -->
  663. ]]>
  664.  
  665. <!ENTITY % xhtml-events.module "IGNORE" >
  666. <![%xhtml-events.module;[
  667. <!ENTITY % xhtml-events.mod
  668.      PUBLIC "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN"
  669.             "xhtml-events-1.mod" >
  670. %xhtml-events.mod;]]>
  671.  
  672. <!ENTITY % xhtml-attribs.module "INCLUDE" >
  673. <![%xhtml-attribs.module;[
  674. <!ENTITY % xhtml-attribs.mod
  675.      PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
  676.             "xhtml-attribs-1.mod" >
  677. <!-- ...................................................................... -->
  678. <!-- XHTML Common Attributes Module  ...................................... -->
  679. <!-- file: xhtml-attribs-1.mod
  680.  
  681.      This is XHTML, a reformulation of HTML as a modular XML application.
  682.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  683.      Revision: $Id: xhtml-attribs-1.mod,v 1.13 2000/10/16 21:15:23 radams Exp $ SMI
  684.  
  685.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  686.  
  687.        PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
  688.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-attribs-1.mod"
  689.  
  690.      Revisions:
  691.      (none)
  692.      ....................................................................... -->
  693.  
  694. <!-- Common Attributes
  695.  
  696.      This module declares many of the common attributes for the XHTML DTD.
  697.      %NS.decl.attrib; is declared in the XHTML Qname module.
  698. -->
  699.  
  700. <!ENTITY % id.attrib
  701.      "id           ID                       #IMPLIED"
  702. >
  703.  
  704. <!ENTITY % class.attrib
  705.      "class        NMTOKENS                 #IMPLIED"
  706. >
  707.  
  708. <!ENTITY % title.attrib
  709.      "title        %Text.datatype;          #IMPLIED"
  710. >
  711.  
  712. <!ENTITY % Core.extra.attrib "" >
  713.  
  714. <!ENTITY % Core.attrib
  715.      "%XHTML.xmlns.attrib;
  716.       %id.attrib;
  717.       %class.attrib;
  718.       %title.attrib;
  719.       %Core.extra.attrib;"
  720. >
  721.  
  722. <!ENTITY % lang.attrib
  723.      "xml:lang     %LanguageCode.datatype;  #IMPLIED"
  724. >
  725.  
  726. <![%XHTML.bidi;[
  727. <!ENTITY % dir.attrib
  728.      "dir          ( ltr | rtl )            #IMPLIED"
  729. >
  730.  
  731. <!ENTITY % I18n.attrib
  732.      "%dir.attrib;
  733.       %lang.attrib;"
  734. >
  735.  
  736. ]]>
  737. <!ENTITY % I18n.attrib
  738.      "%lang.attrib;"
  739. >
  740.  
  741. <!ENTITY % Common.extra.attrib "" >
  742.  
  743. <!-- intrinsic event attributes declared previously
  744. -->
  745. <!ENTITY % Events.attrib "" >
  746.  
  747. <!ENTITY % Common.attrib
  748.      "%Core.attrib;
  749.       %I18n.attrib;
  750.       %Events.attrib;
  751.       %Common.extra.attrib;"
  752. >
  753.  
  754. <!-- end of xhtml-attribs-1.mod -->
  755. ]]>
  756.  
  757. <!-- placeholder for content model redeclarations -->
  758. <!ENTITY % xhtml-model.redecl "" >
  759.  
  760.  
  761. <!ENTITY % xhtml-model.module "INCLUDE" >
  762. <![%xhtml-model.module;[
  763. <!-- instantiate the Document Model module declared in the DTD driver
  764. -->
  765. <!-- ....................................................................... -->
  766. <!-- XHTML Basic 1.0 Document Model Module  .................................... -->
  767. <!-- file: xhtml-basic10-model-1.mod
  768.  
  769.      This is XHTML Basic, a proper subset of XHTML.
  770.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  771.      Revision: $Id: xhtml-basic10-model-1.mod,v 2.8 2000/11/03 14:28:25 mimasa Exp $ SMI
  772.  
  773.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  774.  
  775.        PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"
  776.        SYSTEM "http://www.w3.org/TR/xhtml-basic/xhtml-basic10-model-1.mod"
  777.  
  778.      Revisions:
  779.      (none)
  780.      ....................................................................... -->
  781.  
  782. <!-- XHTML Basic Document Model
  783.  
  784.      This module describes the groupings of elements that make up
  785.      common content models for XHTML elements.
  786. -->
  787.  
  788. <!-- Optional Elements in head  .............. -->
  789.  
  790. <!ENTITY % HeadOpts.mix
  791.      "( %meta.qname; | %link.qname; | %object.qname; )*" >
  792.  
  793. <!-- Miscellaneous Elements  ................. -->
  794.  
  795. <!ENTITY % Misc.class "" >
  796.  
  797. <!-- Inline Elements  ........................ -->
  798.  
  799. <!ENTITY % InlStruct.class "%br.qname; | %span.qname;" >
  800.  
  801. <!ENTITY % InlPhras.class
  802.      "| %em.qname; | %strong.qname; | %dfn.qname; | %code.qname;
  803.       | %samp.qname; | %kbd.qname; | %var.qname; | %cite.qname;
  804.       | %abbr.qname; | %acronym.qname; | %q.qname;" >
  805.  
  806. <!ENTITY % InlPres.class "" >
  807.  
  808. <!ENTITY % I18n.class "" >
  809.  
  810. <!ENTITY % Anchor.class "| %a.qname;" >
  811.  
  812. <!ENTITY % InlSpecial.class "| %img.qname; | %object.qname;" >
  813.  
  814. <!ENTITY % InlForm.class
  815.      "| %input.qname; | %select.qname; | %textarea.qname;
  816.       | %label.qname;"
  817. >
  818.  
  819. <!ENTITY % Inline.extra "" >
  820.  
  821. <!ENTITY % Inline.class
  822.      "%InlStruct.class;
  823.       %InlPhras.class;
  824.       %Anchor.class;
  825.       %InlSpecial.class;
  826.       %InlForm.class;
  827.       %Inline.extra;"
  828. >
  829.  
  830. <!ENTITY % InlNoAnchor.class
  831.      "%InlStruct.class;
  832.       %InlPhras.class;
  833.       %InlSpecial.class;
  834.       %InlForm.class;
  835.       %Inline.extra;"
  836. >
  837.  
  838. <!ENTITY % InlNoAnchor.mix
  839.      "%InlNoAnchor.class;
  840.       %Misc.class;"
  841. >
  842.  
  843. <!ENTITY % Inline.mix
  844.      "%Inline.class;
  845.       %Misc.class;"
  846. >
  847.  
  848. <!-- Block Elements  ......................... -->
  849.  
  850. <!ENTITY % Heading.class
  851.      "%h1.qname; | %h2.qname; | %h3.qname;
  852.       | %h4.qname; | %h5.qname; | %h6.qname;"
  853. >
  854. <!ENTITY % List.class  "%ul.qname; | %ol.qname; | %dl.qname;" >
  855.  
  856. <!ENTITY % Table.class "| %table.qname;" >
  857.  
  858. <!ENTITY % Form.class  "| %form.qname;" >
  859.  
  860. <!ENTITY % BlkStruct.class "%p.qname; | %div.qname;" >
  861.  
  862. <!ENTITY % BlkPhras.class
  863.      "| %pre.qname; | %blockquote.qname; | %address.qname;"
  864. >
  865.  
  866. <!ENTITY % BlkPres.class "" >
  867.  
  868. <!ENTITY % BlkSpecial.class
  869.      "%Table.class;
  870.       %Form.class;"
  871. >
  872.  
  873. <!ENTITY % Block.extra "" >
  874.  
  875. <!ENTITY % Block.class
  876.      "%BlkStruct.class;
  877.       %BlkPhras.class;
  878.       %BlkSpecial.class;
  879.       %Block.extra;"
  880. >
  881.  
  882. <!ENTITY % Block.mix
  883.      "%Heading.class;
  884.       | %List.class;
  885.       | %Block.class;
  886.       %Misc.class;"
  887. >
  888.  
  889. <!-- All Content Elements  ................... -->
  890.  
  891. <!-- declares all content except tables
  892. -->
  893. <!ENTITY % FlowNoTable.mix
  894.      "%Heading.class;
  895.       | %List.class;
  896.       | %BlkStruct.class;
  897.       %BlkPhras.class;
  898.       %Form.class;
  899.       %Block.extra;
  900.       | %Inline.class;
  901.       %Misc.class;"
  902. >
  903.  
  904. <!ENTITY % Flow.mix
  905.      "%Heading.class;
  906.       | %List.class;
  907.       | %Block.class;
  908.       | %Inline.class;
  909.       %Misc.class;"
  910. >
  911.  
  912. <!-- end of xhtml-basic10-model-1.mod -->
  913. ]]>
  914.  
  915. <!ENTITY % xhtml-charent.module "INCLUDE" >
  916. <![%xhtml-charent.module;[
  917. <!ENTITY % xhtml-charent.mod
  918.      PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
  919.             "xhtml-charent-1.mod" >
  920. <!-- ...................................................................... -->
  921. <!-- XHTML Character Entities Module  ......................................... -->
  922. <!-- file: xhtml-charent-1.mod
  923.  
  924.      This is XHTML, a reformulation of HTML as a modular XML application.
  925.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  926.      Revision: $Id: xhtml-charent-1.mod,v 1.13 2000/12/19 10:19:37 mimasa Exp $ SMI
  927.  
  928.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  929.  
  930.        PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
  931.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-charent-1.mod"
  932.  
  933.      Revisions:
  934.      (none)
  935.      ....................................................................... -->
  936.  
  937. <!-- Character Entities for XHTML
  938.  
  939.      This module declares the set of character entities for XHTML,
  940.      including the Latin 1, Symbol and Special character collections.
  941. -->
  942.  
  943. <!ENTITY % xhtml-lat1
  944.     PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
  945.            "xhtml-lat1.ent" >
  946. <!ENTITY % xhtml-symbol
  947.     PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
  948.            "xhtml-symbol.ent" >
  949. <!ENTITY % xhtml-special
  950.     PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
  951.            "xhtml-special.ent" >
  952.  
  953. <!-- Portions (C) International Organization for Standardization 1986
  954.      Permission to copy in any form is granted for use with
  955.      conforming SGML systems and applications as defined in
  956.      ISO 8879, provided this notice is included in all copies.
  957. -->
  958. <!-- Character entity set. Typical invocation:
  959.     <!ENTITY % HTMLlat1 PUBLIC
  960.        "-//W3C//ENTITIES Latin 1 for XHTML//EN"
  961.        "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
  962.     %HTMLlat1;
  963. -->
  964.  
  965. <!ENTITY nbsp   " "> <!-- no-break space = non-breaking space,
  966.                                   U+00A0 ISOnum -->
  967. <!ENTITY iexcl  "¡"> <!-- inverted exclamation mark, U+00A1 ISOnum -->
  968. <!ENTITY cent   "¢"> <!-- cent sign, U+00A2 ISOnum -->
  969. <!ENTITY pound  "£"> <!-- pound sign, U+00A3 ISOnum -->
  970. <!ENTITY curren "¤"> <!-- currency sign, U+00A4 ISOnum -->
  971. <!ENTITY yen    "¥"> <!-- yen sign = yuan sign, U+00A5 ISOnum -->
  972. <!ENTITY brvbar "¦"> <!-- broken bar = broken vertical bar,
  973.                                   U+00A6 ISOnum -->
  974. <!ENTITY sect   "§"> <!-- section sign, U+00A7 ISOnum -->
  975. <!ENTITY uml    "¨"> <!-- diaeresis = spacing diaeresis,
  976.                                   U+00A8 ISOdia -->
  977. <!ENTITY copy   "©"> <!-- copyright sign, U+00A9 ISOnum -->
  978. <!ENTITY ordf   "ª"> <!-- feminine ordinal indicator, U+00AA ISOnum -->
  979. <!ENTITY laquo  "«"> <!-- left-pointing double angle quotation mark
  980.                                   = left pointing guillemet, U+00AB ISOnum -->
  981. <!ENTITY not    "¬"> <!-- not sign = discretionary hyphen,
  982.                                   U+00AC ISOnum -->
  983. <!ENTITY shy    "­"> <!-- soft hyphen = discretionary hyphen,
  984.                                   U+00AD ISOnum -->
  985. <!ENTITY reg    "®"> <!-- registered sign = registered trade mark sign,
  986.                                   U+00AE ISOnum -->
  987. <!ENTITY macr   "¯"> <!-- macron = spacing macron = overline
  988.                                   = APL overbar, U+00AF ISOdia -->
  989. <!ENTITY deg    "°"> <!-- degree sign, U+00B0 ISOnum -->
  990. <!ENTITY plusmn "±"> <!-- plus-minus sign = plus-or-minus sign,
  991.                                   U+00B1 ISOnum -->
  992. <!ENTITY sup2   "²"> <!-- superscript two = superscript digit two
  993.                                   = squared, U+00B2 ISOnum -->
  994. <!ENTITY sup3   "³"> <!-- superscript three = superscript digit three
  995.                                   = cubed, U+00B3 ISOnum -->
  996. <!ENTITY acute  "´"> <!-- acute accent = spacing acute,
  997.                                   U+00B4 ISOdia -->
  998. <!ENTITY micro  "µ"> <!-- micro sign, U+00B5 ISOnum -->
  999. <!ENTITY para   "¶"> <!-- pilcrow sign = paragraph sign,
  1000.                                   U+00B6 ISOnum -->
  1001. <!ENTITY middot "·"> <!-- middle dot = Georgian comma
  1002.                                   = Greek middle dot, U+00B7 ISOnum -->
  1003. <!ENTITY cedil  "¸"> <!-- cedilla = spacing cedilla, U+00B8 ISOdia -->
  1004. <!ENTITY sup1   "¹"> <!-- superscript one = superscript digit one,
  1005.                                   U+00B9 ISOnum -->
  1006. <!ENTITY ordm   "º"> <!-- masculine ordinal indicator,
  1007.                                   U+00BA ISOnum -->
  1008. <!ENTITY raquo  "»"> <!-- right-pointing double angle quotation mark
  1009.                                   = right pointing guillemet, U+00BB ISOnum -->
  1010. <!ENTITY frac14 "¼"> <!-- vulgar fraction one quarter
  1011.                                   = fraction one quarter, U+00BC ISOnum -->
  1012. <!ENTITY frac12 "½"> <!-- vulgar fraction one half
  1013.                                   = fraction one half, U+00BD ISOnum -->
  1014. <!ENTITY frac34 "¾"> <!-- vulgar fraction three quarters
  1015.                                   = fraction three quarters, U+00BE ISOnum -->
  1016. <!ENTITY iquest "¿"> <!-- inverted question mark
  1017.                                   = turned question mark, U+00BF ISOnum -->
  1018. <!ENTITY Agrave "À"> <!-- latin capital letter A with grave
  1019.                                   = latin capital letter A grave,
  1020.                                   U+00C0 ISOlat1 -->
  1021. <!ENTITY Aacute "Á"> <!-- latin capital letter A with acute,
  1022.                                   U+00C1 ISOlat1 -->
  1023. <!ENTITY Acirc  "Â"> <!-- latin capital letter A with circumflex,
  1024.                                   U+00C2 ISOlat1 -->
  1025. <!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde,
  1026.                                   U+00C3 ISOlat1 -->
  1027. <!ENTITY Auml   "Ä"> <!-- latin capital letter A with diaeresis,
  1028.                                   U+00C4 ISOlat1 -->
  1029. <!ENTITY Aring  "Å"> <!-- latin capital letter A with ring above
  1030.                                   = latin capital letter A ring,
  1031.                                   U+00C5 ISOlat1 -->
  1032. <!ENTITY AElig  "Æ"> <!-- latin capital letter AE
  1033.                                   = latin capital ligature AE,
  1034.                                   U+00C6 ISOlat1 -->
  1035. <!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla,
  1036.                                   U+00C7 ISOlat1 -->
  1037. <!ENTITY Egrave "È"> <!-- latin capital letter E with grave,
  1038.                                   U+00C8 ISOlat1 -->
  1039. <!ENTITY Eacute "É"> <!-- latin capital letter E with acute,
  1040.                                   U+00C9 ISOlat1 -->
  1041. <!ENTITY Ecirc  "Ê"> <!-- latin capital letter E with circumflex,
  1042.                                   U+00CA ISOlat1 -->
  1043. <!ENTITY Euml   "Ë"> <!-- latin capital letter E with diaeresis,
  1044.                                   U+00CB ISOlat1 -->
  1045. <!ENTITY Igrave "Ì"> <!-- latin capital letter I with grave,
  1046.                                   U+00CC ISOlat1 -->
  1047. <!ENTITY Iacute "Í"> <!-- latin capital letter I with acute,
  1048.                                   U+00CD ISOlat1 -->
  1049. <!ENTITY Icirc  "Î"> <!-- latin capital letter I with circumflex,
  1050.                                   U+00CE ISOlat1 -->
  1051. <!ENTITY Iuml   "Ï"> <!-- latin capital letter I with diaeresis,
  1052.                                   U+00CF ISOlat1 -->
  1053. <!ENTITY ETH    "Ð"> <!-- latin capital letter ETH, U+00D0 ISOlat1 -->
  1054. <!ENTITY Ntilde "Ñ"> <!-- latin capital letter N with tilde,
  1055.                                   U+00D1 ISOlat1 -->
  1056. <!ENTITY Ograve "Ò"> <!-- latin capital letter O with grave,
  1057.                                   U+00D2 ISOlat1 -->
  1058. <!ENTITY Oacute "Ó"> <!-- latin capital letter O with acute,
  1059.                                   U+00D3 ISOlat1 -->
  1060. <!ENTITY Ocirc  "Ô"> <!-- latin capital letter O with circumflex,
  1061.                                   U+00D4 ISOlat1 -->
  1062. <!ENTITY Otilde "Õ"> <!-- latin capital letter O with tilde,
  1063.                                   U+00D5 ISOlat1 -->
  1064. <!ENTITY Ouml   "Ö"> <!-- latin capital letter O with diaeresis,
  1065.                                   U+00D6 ISOlat1 -->
  1066. <!ENTITY times  "×"> <!-- multiplication sign, U+00D7 ISOnum -->
  1067. <!ENTITY Oslash "Ø"> <!-- latin capital letter O with stroke
  1068.                                   = latin capital letter O slash,
  1069.                                   U+00D8 ISOlat1 -->
  1070. <!ENTITY Ugrave "Ù"> <!-- latin capital letter U with grave,
  1071.                                   U+00D9 ISOlat1 -->
  1072. <!ENTITY Uacute "Ú"> <!-- latin capital letter U with acute,
  1073.                                   U+00DA ISOlat1 -->
  1074. <!ENTITY Ucirc  "Û"> <!-- latin capital letter U with circumflex,
  1075.                                   U+00DB ISOlat1 -->
  1076. <!ENTITY Uuml   "Ü"> <!-- latin capital letter U with diaeresis,
  1077.                                   U+00DC ISOlat1 -->
  1078. <!ENTITY Yacute "Ý"> <!-- latin capital letter Y with acute,
  1079.                                   U+00DD ISOlat1 -->
  1080. <!ENTITY THORN  "Þ"> <!-- latin capital letter THORN,
  1081.                                   U+00DE ISOlat1 -->
  1082. <!ENTITY szlig  "ß"> <!-- latin small letter sharp s = ess-zed,
  1083.                                   U+00DF ISOlat1 -->
  1084. <!ENTITY agrave "à"> <!-- latin small letter a with grave
  1085.                                   = latin small letter a grave,
  1086.                                   U+00E0 ISOlat1 -->
  1087. <!ENTITY aacute "á"> <!-- latin small letter a with acute,
  1088.                                   U+00E1 ISOlat1 -->
  1089. <!ENTITY acirc  "â"> <!-- latin small letter a with circumflex,
  1090.                                   U+00E2 ISOlat1 -->
  1091. <!ENTITY atilde "ã"> <!-- latin small letter a with tilde,
  1092.                                   U+00E3 ISOlat1 -->
  1093. <!ENTITY auml   "ä"> <!-- latin small letter a with diaeresis,
  1094.                                   U+00E4 ISOlat1 -->
  1095. <!ENTITY aring  "å"> <!-- latin small letter a with ring above
  1096.                                   = latin small letter a ring,
  1097.                                   U+00E5 ISOlat1 -->
  1098. <!ENTITY aelig  "æ"> <!-- latin small letter ae
  1099.                                   = latin small ligature ae, U+00E6 ISOlat1 -->
  1100. <!ENTITY ccedil "ç"> <!-- latin small letter c with cedilla,
  1101.                                   U+00E7 ISOlat1 -->
  1102. <!ENTITY egrave "è"> <!-- latin small letter e with grave,
  1103.                                   U+00E8 ISOlat1 -->
  1104. <!ENTITY eacute "é"> <!-- latin small letter e with acute,
  1105.                                   U+00E9 ISOlat1 -->
  1106. <!ENTITY ecirc  "ê"> <!-- latin small letter e with circumflex,
  1107.                                   U+00EA ISOlat1 -->
  1108. <!ENTITY euml   "ë"> <!-- latin small letter e with diaeresis,
  1109.                                   U+00EB ISOlat1 -->
  1110. <!ENTITY igrave "ì"> <!-- latin small letter i with grave,
  1111.                                   U+00EC ISOlat1 -->
  1112. <!ENTITY iacute "í"> <!-- latin small letter i with acute,
  1113.                                   U+00ED ISOlat1 -->
  1114. <!ENTITY icirc  "î"> <!-- latin small letter i with circumflex,
  1115.                                   U+00EE ISOlat1 -->
  1116. <!ENTITY iuml   "ï"> <!-- latin small letter i with diaeresis,
  1117.                                   U+00EF ISOlat1 -->
  1118. <!ENTITY eth    "ð"> <!-- latin small letter eth, U+00F0 ISOlat1 -->
  1119. <!ENTITY ntilde "ñ"> <!-- latin small letter n with tilde,
  1120.                                   U+00F1 ISOlat1 -->
  1121. <!ENTITY ograve "ò"> <!-- latin small letter o with grave,
  1122.                                   U+00F2 ISOlat1 -->
  1123. <!ENTITY oacute "ó"> <!-- latin small letter o with acute,
  1124.                                   U+00F3 ISOlat1 -->
  1125. <!ENTITY ocirc  "ô"> <!-- latin small letter o with circumflex,
  1126.                                   U+00F4 ISOlat1 -->
  1127. <!ENTITY otilde "õ"> <!-- latin small letter o with tilde,
  1128.                                   U+00F5 ISOlat1 -->
  1129. <!ENTITY ouml   "ö"> <!-- latin small letter o with diaeresis,
  1130.                                   U+00F6 ISOlat1 -->
  1131. <!ENTITY divide "÷"> <!-- division sign, U+00F7 ISOnum -->
  1132. <!ENTITY oslash "ø"> <!-- latin small letter o with stroke,
  1133.                                   = latin small letter o slash,
  1134.                                   U+00F8 ISOlat1 -->
  1135. <!ENTITY ugrave "ù"> <!-- latin small letter u with grave,
  1136.                                   U+00F9 ISOlat1 -->
  1137. <!ENTITY uacute "ú"> <!-- latin small letter u with acute,
  1138.                                   U+00FA ISOlat1 -->
  1139. <!ENTITY ucirc  "û"> <!-- latin small letter u with circumflex,
  1140.                                   U+00FB ISOlat1 -->
  1141. <!ENTITY uuml   "ü"> <!-- latin small letter u with diaeresis,
  1142.                                   U+00FC ISOlat1 -->
  1143. <!ENTITY yacute "ý"> <!-- latin small letter y with acute,
  1144.                                   U+00FD ISOlat1 -->
  1145. <!ENTITY thorn  "þ"> <!-- latin small letter thorn with,
  1146.                                   U+00FE ISOlat1 -->
  1147. <!ENTITY yuml   "ÿ"> <!-- latin small letter y with diaeresis,
  1148.                                   U+00FF ISOlat1 -->
  1149.  
  1150. <!-- Mathematical, Greek and Symbolic characters for HTML -->
  1151.  
  1152. <!-- Character entity set. Typical invocation:
  1153.      <!ENTITY % HTMLsymbol PUBLIC
  1154.         "-//W3C//ENTITIES Symbols for XHTML//EN"
  1155.         "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
  1156.      %HTMLsymbol;
  1157. -->
  1158.  
  1159. <!-- Portions (C) International Organization for Standardization 1986:
  1160.      Permission to copy in any form is granted for use with
  1161.      conforming SGML systems and applications as defined in
  1162.      ISO 8879, provided this notice is included in all copies.
  1163. -->
  1164.  
  1165. <!-- Relevant ISO entity set is given unless names are newly introduced.
  1166.      New names (i.e., not in ISO 8879 list) do not clash with any
  1167.      existing ISO 8879 entity names. ISO 10646 character numbers
  1168.      are given for each character, in hex. values are decimal
  1169.      conversions of the ISO 10646 values and refer to the document
  1170.      character set. Names are Unicode names. 
  1171. -->
  1172.  
  1173. <!-- Latin Extended-B -->
  1174. <!ENTITY fnof     "ƒ"> <!-- latin small f with hook = function
  1175.                                     = florin, U+0192 ISOtech -->
  1176.  
  1177. <!-- Greek -->
  1178. <!ENTITY Alpha    "Α"> <!-- greek capital letter alpha, U+0391 -->
  1179. <!ENTITY Beta     "Β"> <!-- greek capital letter beta, U+0392 -->
  1180. <!ENTITY Gamma    "Γ"> <!-- greek capital letter gamma,
  1181.                                     U+0393 ISOgrk3 -->
  1182. <!ENTITY Delta    "Δ"> <!-- greek capital letter delta,
  1183.                                     U+0394 ISOgrk3 -->
  1184. <!ENTITY Epsilon  "Ε"> <!-- greek capital letter epsilon, U+0395 -->
  1185. <!ENTITY Zeta     "Ζ"> <!-- greek capital letter zeta, U+0396 -->
  1186. <!ENTITY Eta      "Η"> <!-- greek capital letter eta, U+0397 -->
  1187. <!ENTITY Theta    "Θ"> <!-- greek capital letter theta,
  1188.                                     U+0398 ISOgrk3 -->
  1189. <!ENTITY Iota     "Ι"> <!-- greek capital letter iota, U+0399 -->
  1190. <!ENTITY Kappa    "Κ"> <!-- greek capital letter kappa, U+039A -->
  1191. <!ENTITY Lambda   "Λ"> <!-- greek capital letter lambda,
  1192.                                     U+039B ISOgrk3 -->
  1193. <!ENTITY Mu       "Μ"> <!-- greek capital letter mu, U+039C -->
  1194. <!ENTITY Nu       "Ν"> <!-- greek capital letter nu, U+039D -->
  1195. <!ENTITY Xi       "Ξ"> <!-- greek capital letter xi, U+039E ISOgrk3 -->
  1196. <!ENTITY Omicron  "Ο"> <!-- greek capital letter omicron, U+039F -->
  1197. <!ENTITY Pi       "Π"> <!-- greek capital letter pi, U+03A0 ISOgrk3 -->
  1198. <!ENTITY Rho      "Ρ"> <!-- greek capital letter rho, U+03A1 -->
  1199. <!-- there is no Sigmaf, and no U+03A2 character either -->
  1200. <!ENTITY Sigma    "Σ"> <!-- greek capital letter sigma,
  1201.                                     U+03A3 ISOgrk3 -->
  1202. <!ENTITY Tau      "Τ"> <!-- greek capital letter tau, U+03A4 -->
  1203. <!ENTITY Upsilon  "Υ"> <!-- greek capital letter upsilon,
  1204.                                     U+03A5 ISOgrk3 -->
  1205. <!ENTITY Phi      "Φ"> <!-- greek capital letter phi,
  1206.                                     U+03A6 ISOgrk3 -->
  1207. <!ENTITY Chi      "Χ"> <!-- greek capital letter chi, U+03A7 -->
  1208. <!ENTITY Psi      "Ψ"> <!-- greek capital letter psi,
  1209.                                     U+03A8 ISOgrk3 -->
  1210. <!ENTITY Omega    "Ω"> <!-- greek capital letter omega,
  1211.                                     U+03A9 ISOgrk3 -->
  1212.  
  1213. <!ENTITY alpha    "α"> <!-- greek small letter alpha,
  1214.                                     U+03B1 ISOgrk3 -->
  1215. <!ENTITY beta     "β"> <!-- greek small letter beta, U+03B2 ISOgrk3 -->
  1216. <!ENTITY gamma    "γ"> <!-- greek small letter gamma,
  1217.                                     U+03B3 ISOgrk3 -->
  1218. <!ENTITY delta    "δ"> <!-- greek small letter delta,
  1219.                                     U+03B4 ISOgrk3 -->
  1220. <!ENTITY epsilon  "ε"> <!-- greek small letter epsilon,
  1221.                                     U+03B5 ISOgrk3 -->
  1222. <!ENTITY zeta     "ζ"> <!-- greek small letter zeta, U+03B6 ISOgrk3 -->
  1223. <!ENTITY eta      "η"> <!-- greek small letter eta, U+03B7 ISOgrk3 -->
  1224. <!ENTITY theta    "θ"> <!-- greek small letter theta,
  1225.                                     U+03B8 ISOgrk3 -->
  1226. <!ENTITY iota     "ι"> <!-- greek small letter iota, U+03B9 ISOgrk3 -->
  1227. <!ENTITY kappa    "κ"> <!-- greek small letter kappa,
  1228.                                     U+03BA ISOgrk3 -->
  1229. <!ENTITY lambda   "λ"> <!-- greek small letter lambda,
  1230.                                     U+03BB ISOgrk3 -->
  1231. <!ENTITY mu       "μ"> <!-- greek small letter mu, U+03BC ISOgrk3 -->
  1232. <!ENTITY nu       "ν"> <!-- greek small letter nu, U+03BD ISOgrk3 -->
  1233. <!ENTITY xi       "ξ"> <!-- greek small letter xi, U+03BE ISOgrk3 -->
  1234. <!ENTITY omicron  "ο"> <!-- greek small letter omicron, U+03BF NEW -->
  1235. <!ENTITY pi       "π"> <!-- greek small letter pi, U+03C0 ISOgrk3 -->
  1236. <!ENTITY rho      "ρ"> <!-- greek small letter rho, U+03C1 ISOgrk3 -->
  1237. <!ENTITY sigmaf   "ς"> <!-- greek small letter final sigma,
  1238.                                     U+03C2 ISOgrk3 -->
  1239. <!ENTITY sigma    "σ"> <!-- greek small letter sigma,
  1240.                                     U+03C3 ISOgrk3 -->
  1241. <!ENTITY tau      "τ"> <!-- greek small letter tau, U+03C4 ISOgrk3 -->
  1242. <!ENTITY upsilon  "υ"> <!-- greek small letter upsilon,
  1243.                                     U+03C5 ISOgrk3 -->
  1244. <!ENTITY phi      "φ"> <!-- greek small letter phi, U+03C6 ISOgrk3 -->
  1245. <!ENTITY chi      "χ"> <!-- greek small letter chi, U+03C7 ISOgrk3 -->
  1246. <!ENTITY psi      "ψ"> <!-- greek small letter psi, U+03C8 ISOgrk3 -->
  1247. <!ENTITY omega    "ω"> <!-- greek small letter omega,
  1248.                                     U+03C9 ISOgrk3 -->
  1249. <!ENTITY thetasym "ϑ"> <!-- greek small letter theta symbol,
  1250.                                     U+03D1 NEW -->
  1251. <!ENTITY upsih    "ϒ"> <!-- greek upsilon with hook symbol,
  1252.                                     U+03D2 NEW -->
  1253. <!ENTITY piv      "ϖ"> <!-- greek pi symbol, U+03D6 ISOgrk3 -->
  1254.  
  1255. <!-- General Punctuation -->
  1256. <!ENTITY bull     "•"> <!-- bullet = black small circle,
  1257.                                      U+2022 ISOpub  -->
  1258. <!-- bullet is NOT the same as bullet operator, U+2219 -->
  1259. <!ENTITY hellip   "…"> <!-- horizontal ellipsis = three dot leader,
  1260.                                      U+2026 ISOpub  -->
  1261. <!ENTITY prime    "′"> <!-- prime = minutes = feet, U+2032 ISOtech -->
  1262. <!ENTITY Prime    "″"> <!-- double prime = seconds = inches,
  1263.                                      U+2033 ISOtech -->
  1264. <!ENTITY oline    "‾"> <!-- overline = spacing overscore,
  1265.                                      U+203E NEW -->
  1266. <!ENTITY frasl    "⁄"> <!-- fraction slash, U+2044 NEW -->
  1267.  
  1268. <!-- Letterlike Symbols -->
  1269. <!ENTITY weierp   "℘"> <!-- script capital P = power set
  1270.                                      = Weierstrass p, U+2118 ISOamso -->
  1271. <!ENTITY image    "ℑ"> <!-- blackletter capital I = imaginary part,
  1272.                                      U+2111 ISOamso -->
  1273. <!ENTITY real     "ℜ"> <!-- blackletter capital R = real part symbol,
  1274.                                      U+211C ISOamso -->
  1275. <!ENTITY trade    "™"> <!-- trade mark sign, U+2122 ISOnum -->
  1276. <!ENTITY alefsym  "ℵ"> <!-- alef symbol = first transfinite cardinal,
  1277.                                      U+2135 NEW -->
  1278. <!-- alef symbol is NOT the same as hebrew letter alef,
  1279.      U+05D0 although the same glyph could be used to depict both characters -->
  1280.  
  1281. <!-- Arrows -->
  1282. <!ENTITY larr     "←"> <!-- leftwards arrow, U+2190 ISOnum -->
  1283. <!ENTITY uarr     "↑"> <!-- upwards arrow, U+2191 ISOnum-->
  1284. <!ENTITY rarr     "→"> <!-- rightwards arrow, U+2192 ISOnum -->
  1285. <!ENTITY darr     "↓"> <!-- downwards arrow, U+2193 ISOnum -->
  1286. <!ENTITY harr     "↔"> <!-- left right arrow, U+2194 ISOamsa -->
  1287. <!ENTITY crarr    "↵"> <!-- downwards arrow with corner leftwards
  1288.                                      = carriage return, U+21B5 NEW -->
  1289. <!ENTITY lArr     "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech -->
  1290. <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow
  1291.     but also does not have any other character for that function. So ? lArr can
  1292.     be used for 'is implied by' as ISOtech suggests -->
  1293. <!ENTITY uArr     "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa -->
  1294. <!ENTITY rArr     "⇒"> <!-- rightwards double arrow,
  1295.                                      U+21D2 ISOtech -->
  1296. <!-- Unicode does not say this is the 'implies' character but does not have 
  1297.      another character with this function so ?
  1298.      rArr can be used for 'implies' as ISOtech suggests -->
  1299. <!ENTITY dArr     "⇓"> <!-- downwards double arrow, U+21D3 ISOamsa -->
  1300. <!ENTITY hArr     "⇔"> <!-- left right double arrow,
  1301.                                      U+21D4 ISOamsa -->
  1302.  
  1303. <!-- Mathematical Operators -->
  1304. <!ENTITY forall   "∀"> <!-- for all, U+2200 ISOtech -->
  1305. <!ENTITY part     "∂"> <!-- partial differential, U+2202 ISOtech  -->
  1306. <!ENTITY exist    "∃"> <!-- there exists, U+2203 ISOtech -->
  1307. <!ENTITY empty    "∅"> <!-- empty set = null set = diameter,
  1308.                                      U+2205 ISOamso -->
  1309. <!ENTITY nabla    "∇"> <!-- nabla = backward difference,
  1310.                                      U+2207 ISOtech -->
  1311. <!ENTITY isin     "∈"> <!-- element of, U+2208 ISOtech -->
  1312. <!ENTITY notin    "∉"> <!-- not an element of, U+2209 ISOtech -->
  1313. <!ENTITY ni       "∋"> <!-- contains as member, U+220B ISOtech -->
  1314. <!-- should there be a more memorable name than 'ni'? -->
  1315. <!ENTITY prod     "∏"> <!-- n-ary product = product sign,
  1316.                                      U+220F ISOamsb -->
  1317. <!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
  1318.      the same glyph might be used for both -->
  1319. <!ENTITY sum      "∑"> <!-- n-ary sumation, U+2211 ISOamsb -->
  1320. <!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
  1321.      though the same glyph might be used for both -->
  1322. <!ENTITY minus    "−"> <!-- minus sign, U+2212 ISOtech -->
  1323. <!ENTITY lowast   "∗"> <!-- asterisk operator, U+2217 ISOtech -->
  1324. <!ENTITY radic    "√"> <!-- square root = radical sign,
  1325.                                      U+221A ISOtech -->
  1326. <!ENTITY prop     "∝"> <!-- proportional to, U+221D ISOtech -->
  1327. <!ENTITY infin    "∞"> <!-- infinity, U+221E ISOtech -->
  1328. <!ENTITY ang      "∠"> <!-- angle, U+2220 ISOamso -->
  1329. <!ENTITY and      "∧"> <!-- logical and = wedge, U+2227 ISOtech -->
  1330. <!ENTITY or       "∨"> <!-- logical or = vee, U+2228 ISOtech -->
  1331. <!ENTITY cap      "∩"> <!-- intersection = cap, U+2229 ISOtech -->
  1332. <!ENTITY cup      "∪"> <!-- union = cup, U+222A ISOtech -->
  1333. <!ENTITY int      "∫"> <!-- integral, U+222B ISOtech -->
  1334. <!ENTITY there4   "∴"> <!-- therefore, U+2234 ISOtech -->
  1335. <!ENTITY sim      "∼"> <!-- tilde operator = varies with = similar to,
  1336.                                      U+223C ISOtech -->
  1337. <!-- tilde operator is NOT the same character as the tilde, U+007E,
  1338.      although the same glyph might be used to represent both  -->
  1339. <!ENTITY cong     "≅"> <!-- approximately equal to, U+2245 ISOtech -->
  1340. <!ENTITY asymp    "≈"> <!-- almost equal to = asymptotic to,
  1341.                                      U+2248 ISOamsr -->
  1342. <!ENTITY ne       "≠"> <!-- not equal to, U+2260 ISOtech -->
  1343. <!ENTITY equiv    "≡"> <!-- identical to, U+2261 ISOtech -->
  1344. <!ENTITY le       "≤"> <!-- less-than or equal to, U+2264 ISOtech -->
  1345. <!ENTITY ge       "≥"> <!-- greater-than or equal to,
  1346.                                      U+2265 ISOtech -->
  1347. <!ENTITY sub      "⊂"> <!-- subset of, U+2282 ISOtech -->
  1348. <!ENTITY sup      "⊃"> <!-- superset of, U+2283 ISOtech -->
  1349. <!-- note that nsup, 'not a superset of, U+2283' is not covered by the Symbol 
  1350.      font encoding and is not included. Should it be, for symmetry?
  1351.      It is in ISOamsn  --> 
  1352. <!ENTITY nsub     "⊄"> <!-- not a subset of, U+2284 ISOamsn -->
  1353. <!ENTITY sube     "⊆"> <!-- subset of or equal to, U+2286 ISOtech -->
  1354. <!ENTITY supe     "⊇"> <!-- superset of or equal to,
  1355.                                      U+2287 ISOtech -->
  1356. <!ENTITY oplus    "⊕"> <!-- circled plus = direct sum,
  1357.                                      U+2295 ISOamsb -->
  1358. <!ENTITY otimes   "⊗"> <!-- circled times = vector product,
  1359.                                      U+2297 ISOamsb -->
  1360. <!ENTITY perp     "⊥"> <!-- up tack = orthogonal to = perpendicular,
  1361.                                      U+22A5 ISOtech -->
  1362. <!ENTITY sdot     "⋅"> <!-- dot operator, U+22C5 ISOamsb -->
  1363. <!-- dot operator is NOT the same character as U+00B7 middle dot -->
  1364.  
  1365. <!-- Miscellaneous Technical -->
  1366. <!ENTITY lceil    "⌈"> <!-- left ceiling = apl upstile,
  1367.                                      U+2308 ISOamsc  -->
  1368. <!ENTITY rceil    "⌉"> <!-- right ceiling, U+2309 ISOamsc  -->
  1369. <!ENTITY lfloor   "⌊"> <!-- left floor = apl downstile,
  1370.                                      U+230A ISOamsc  -->
  1371. <!ENTITY rfloor   "⌋"> <!-- right floor, U+230B ISOamsc  -->
  1372. <!ENTITY lang     "〈"> <!-- left-pointing angle bracket = bra,
  1373.                                      U+2329 ISOtech -->
  1374. <!-- lang is NOT the same character as U+003C 'less than' 
  1375.      or U+2039 'single left-pointing angle quotation mark' -->
  1376. <!ENTITY rang     "〉"> <!-- right-pointing angle bracket = ket,
  1377.                                      U+232A ISOtech -->
  1378. <!-- rang is NOT the same character as U+003E 'greater than' 
  1379.      or U+203A 'single right-pointing angle quotation mark' -->
  1380.  
  1381. <!-- Geometric Shapes -->
  1382. <!ENTITY loz      "◊"> <!-- lozenge, U+25CA ISOpub -->
  1383.  
  1384. <!-- Miscellaneous Symbols -->
  1385. <!ENTITY spades   "♠"> <!-- black spade suit, U+2660 ISOpub -->
  1386. <!-- black here seems to mean filled as opposed to hollow -->
  1387. <!ENTITY clubs    "♣"> <!-- black club suit = shamrock,
  1388.                                      U+2663 ISOpub -->
  1389. <!ENTITY hearts   "♥"> <!-- black heart suit = valentine,
  1390.                                      U+2665 ISOpub -->
  1391. <!ENTITY diams    "♦"> <!-- black diamond suit, U+2666 ISOpub -->
  1392.  
  1393. <!-- Special characters for HTML -->
  1394.  
  1395. <!-- Character entity set. Typical invocation:
  1396.      <!ENTITY % HTMLspecial PUBLIC
  1397.         "-//W3C//ENTITIES Special for XHTML//EN"
  1398.         "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
  1399.      %HTMLspecial;
  1400. -->
  1401.  
  1402. <!-- Portions (C) International Organization for Standardization 1986:
  1403.      Permission to copy in any form is granted for use with
  1404.      conforming SGML systems and applications as defined in
  1405.      ISO 8879, provided this notice is included in all copies.
  1406. -->
  1407.  
  1408. <!-- Relevant ISO entity set is given unless names are newly introduced.
  1409.      New names (i.e., not in ISO 8879 list) do not clash with any
  1410.      existing ISO 8879 entity names. ISO 10646 character numbers
  1411.      are given for each character, in hex. values are decimal
  1412.      conversions of the ISO 10646 values and refer to the document
  1413.      character set. Names are Unicode names. 
  1414. -->
  1415.  
  1416. <!-- C0 Controls and Basic Latin -->
  1417. <!ENTITY quot    """> <!--  quotation mark = APL quote,
  1418.                                     U+0022 ISOnum -->
  1419. <!ENTITY amp     "&#38;"> <!--  ampersand, U+0026 ISOnum -->
  1420. <!ENTITY lt      "&#60;"> <!--  less-than sign, U+003C ISOnum -->
  1421. <!ENTITY gt      ">"> <!--  greater-than sign, U+003E ISOnum -->
  1422. <!ENTITY apos     "'"> <!--  apostrophe mark, U+0027 ISOnum -->
  1423.  
  1424. <!-- Latin Extended-A -->
  1425. <!ENTITY OElig   "Œ"> <!--  latin capital ligature OE,
  1426.                                     U+0152 ISOlat2 -->
  1427. <!ENTITY oelig   "œ"> <!--  latin small ligature oe, U+0153 ISOlat2 -->
  1428. <!-- ligature is a misnomer, this is a separate character in some languages -->
  1429. <!ENTITY Scaron  "Š"> <!--  latin capital letter S with caron,
  1430.                                     U+0160 ISOlat2 -->
  1431. <!ENTITY scaron  "š"> <!--  latin small letter s with caron,
  1432.                                     U+0161 ISOlat2 -->
  1433. <!ENTITY Yuml    "Ÿ"> <!--  latin capital letter Y with diaeresis,
  1434.                                     U+0178 ISOlat2 -->
  1435.  
  1436. <!-- Spacing Modifier Letters -->
  1437. <!ENTITY circ    "ˆ"> <!--  modifier letter circumflex accent,
  1438.                                     U+02C6 ISOpub -->
  1439. <!ENTITY tilde   "˜"> <!--  small tilde, U+02DC ISOdia -->
  1440.  
  1441. <!-- General Punctuation -->
  1442. <!ENTITY ensp    " "> <!-- en space, U+2002 ISOpub -->
  1443. <!ENTITY emsp    " "> <!-- em space, U+2003 ISOpub -->
  1444. <!ENTITY thinsp  " "> <!-- thin space, U+2009 ISOpub -->
  1445. <!ENTITY zwnj    "‌"> <!-- zero width non-joiner,
  1446.                                     U+200C NEW RFC 2070 -->
  1447. <!ENTITY zwj     "‍"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
  1448. <!ENTITY lrm     "‎"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
  1449. <!ENTITY rlm     "‏"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
  1450. <!ENTITY ndash   "–"> <!-- en dash, U+2013 ISOpub -->
  1451. <!ENTITY mdash   "—"> <!-- em dash, U+2014 ISOpub -->
  1452. <!ENTITY lsquo   "‘"> <!-- left single quotation mark,
  1453.                                     U+2018 ISOnum -->
  1454. <!ENTITY rsquo   "’"> <!-- right single quotation mark,
  1455.                                     U+2019 ISOnum -->
  1456. <!ENTITY sbquo   "‚"> <!-- single low-9 quotation mark, U+201A NEW -->
  1457. <!ENTITY ldquo   "“"> <!-- left double quotation mark,
  1458.                                     U+201C ISOnum -->
  1459. <!ENTITY rdquo   "”"> <!-- right double quotation mark,
  1460.                                     U+201D ISOnum -->
  1461. <!ENTITY bdquo   "„"> <!-- double low-9 quotation mark, U+201E NEW -->
  1462. <!ENTITY dagger  "†"> <!-- dagger, U+2020 ISOpub -->
  1463. <!ENTITY Dagger  "‡"> <!-- double dagger, U+2021 ISOpub -->
  1464. <!ENTITY permil  "‰"> <!-- per mille sign, U+2030 ISOtech -->
  1465. <!ENTITY lsaquo  "‹"> <!-- single left-pointing angle quotation mark,
  1466.                                     U+2039 ISO proposed -->
  1467. <!-- lsaquo is proposed but not yet ISO standardized -->
  1468. <!ENTITY rsaquo  "›"> <!-- single right-pointing angle quotation mark,
  1469.                                     U+203A ISO proposed -->
  1470. <!-- rsaquo is proposed but not yet ISO standardized -->
  1471. <!ENTITY euro   "€"> <!--  euro sign, U+20AC NEW -->
  1472.  
  1473.  
  1474. <!-- end of xhtml-charent-1.mod -->
  1475. ]]>
  1476.  
  1477. <!-- end of xhtml-framework-1.mod -->
  1478.  
  1479.  
  1480. <!ENTITY % pre.content
  1481.      "( #PCDATA
  1482.       | %InlStruct.class;
  1483.       %InlPhras.class;
  1484.       %Anchor.class;
  1485.       %Inline.extra; )*"
  1486. >
  1487.  
  1488. <!ENTITY % xhtml-text.mod
  1489.      PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
  1490.             "xhtml-text-1.mod" >
  1491. <!-- ...................................................................... -->
  1492. <!-- XHTML Text Module  ................................................... -->
  1493. <!-- file: xhtml-text-1.mod
  1494.  
  1495.      This is XHTML, a reformulation of HTML as a modular XML application.
  1496.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  1497.      Revision: $Id: xhtml-text-1.mod,v 1.11 2000/12/19 10:26:19 mimasa Exp $ SMI
  1498.  
  1499.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  1500.  
  1501.        PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
  1502.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-text-1.mod"
  1503.  
  1504.      Revisions:
  1505.      (none)
  1506.      ....................................................................... -->
  1507.  
  1508. <!-- Textual Content
  1509.  
  1510.      The Text module includes declarations for all core 
  1511.      text container elements and their attributes.
  1512. -->
  1513.  
  1514. <!ENTITY % xhtml-inlstruct.module "INCLUDE" >
  1515. <![%xhtml-inlstruct.module;[
  1516. <!ENTITY % xhtml-inlstruct.mod
  1517.      PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
  1518.             "xhtml-inlstruct-1.mod" >
  1519. <!-- ...................................................................... -->
  1520. <!-- XHTML Inline Structural Module  ...................................... -->
  1521. <!-- file: xhtml-inlstruct-1.mod
  1522.  
  1523.      This is XHTML, a reformulation of HTML as a modular XML application.
  1524.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  1525.      Revision: $Id: xhtml-inlstruct-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  1526.  
  1527.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  1528.  
  1529.        PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
  1530.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-inlstruct-1.mod"
  1531.  
  1532.      Revisions:
  1533.      (none)
  1534.      ....................................................................... -->
  1535.  
  1536. <!-- Inline Structural
  1537.  
  1538.         br, span
  1539.  
  1540.      This module declares the elements and their attributes 
  1541.      used to support inline-level structural markup.
  1542. -->
  1543.  
  1544. <!-- br: forced line break ............................. -->
  1545.  
  1546. <!ENTITY % br.element  "INCLUDE" >
  1547. <![%br.element;[
  1548.  
  1549. <!ENTITY % br.content  "EMPTY" >
  1550. <!ENTITY % br.qname  "br" >
  1551. <!ELEMENT %br.qname;  %br.content; >
  1552.  
  1553. <!-- end of br.element -->]]>
  1554.  
  1555. <!ENTITY % br.attlist  "INCLUDE" >
  1556. <![%br.attlist;[
  1557. <!ATTLIST %br.qname;
  1558.       %Core.attrib;
  1559. >
  1560. <!-- end of br.attlist -->]]>
  1561.  
  1562. <!-- span: generic inline container .................... -->
  1563.  
  1564. <!ENTITY % span.element  "INCLUDE" >
  1565. <![%span.element;[
  1566. <!ENTITY % span.content
  1567.      "( #PCDATA | %Inline.mix; )*"
  1568. >
  1569. <!ENTITY % span.qname  "span" >
  1570. <!ELEMENT %span.qname;  %span.content; >
  1571. <!-- end of span.element -->]]>
  1572.  
  1573. <!ENTITY % span.attlist  "INCLUDE" >
  1574. <![%span.attlist;[
  1575. <!ATTLIST %span.qname;
  1576.       %Common.attrib;
  1577. >
  1578. <!-- end of span.attlist -->]]>
  1579.  
  1580. <!-- end of xhtml-inlstruct-1.mod -->
  1581. ]]>
  1582.  
  1583. <!ENTITY % xhtml-inlphras.module "INCLUDE" >
  1584. <![%xhtml-inlphras.module;[
  1585. <!ENTITY % xhtml-inlphras.mod
  1586.      PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
  1587.             "xhtml-inlphras-1.mod" >
  1588. <!-- ...................................................................... -->
  1589. <!-- XHTML Inline Phrasal Module  ......................................... -->
  1590. <!-- file: xhtml-inlphras-1.mod
  1591.  
  1592.      This is XHTML, a reformulation of HTML as a modular XML application.
  1593.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  1594.      Revision: $Id: xhtml-inlphras-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  1595.  
  1596.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  1597.  
  1598.        PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
  1599.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-inlphras-1.mod"
  1600.  
  1601.      Revisions:
  1602.      (none)
  1603.      ....................................................................... -->
  1604.  
  1605. <!-- Inline Phrasal
  1606.  
  1607.         abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
  1608.  
  1609.      This module declares the elements and their attributes used to
  1610.      support inline-level phrasal markup.
  1611. -->
  1612.  
  1613. <!ENTITY % abbr.element  "INCLUDE" >
  1614. <![%abbr.element;[
  1615. <!ENTITY % abbr.content
  1616.      "( #PCDATA | %Inline.mix; )*"
  1617. >
  1618. <!ENTITY % abbr.qname  "abbr" >
  1619. <!ELEMENT %abbr.qname;  %abbr.content; >
  1620. <!-- end of abbr.element -->]]>
  1621.  
  1622. <!ENTITY % abbr.attlist  "INCLUDE" >
  1623. <![%abbr.attlist;[
  1624. <!ATTLIST %abbr.qname;
  1625.       %Common.attrib;
  1626. >
  1627. <!-- end of abbr.attlist -->]]>
  1628.  
  1629. <!ENTITY % acronym.element  "INCLUDE" >
  1630. <![%acronym.element;[
  1631. <!ENTITY % acronym.content
  1632.      "( #PCDATA | %Inline.mix; )*"
  1633. >
  1634. <!ENTITY % acronym.qname  "acronym" >
  1635. <!ELEMENT %acronym.qname;  %acronym.content; >
  1636. <!-- end of acronym.element -->]]>
  1637.  
  1638. <!ENTITY % acronym.attlist  "INCLUDE" >
  1639. <![%acronym.attlist;[
  1640. <!ATTLIST %acronym.qname;
  1641.       %Common.attrib;
  1642. >
  1643. <!-- end of acronym.attlist -->]]>
  1644.  
  1645. <!ENTITY % cite.element  "INCLUDE" >
  1646. <![%cite.element;[
  1647. <!ENTITY % cite.content
  1648.      "( #PCDATA | %Inline.mix; )*"
  1649. >
  1650. <!ENTITY % cite.qname  "cite" >
  1651. <!ELEMENT %cite.qname;  %cite.content; >
  1652. <!-- end of cite.element -->]]>
  1653.  
  1654. <!ENTITY % cite.attlist  "INCLUDE" >
  1655. <![%cite.attlist;[
  1656. <!ATTLIST %cite.qname;
  1657.       %Common.attrib;
  1658. >
  1659. <!-- end of cite.attlist -->]]>
  1660.  
  1661. <!ENTITY % code.element  "INCLUDE" >
  1662. <![%code.element;[
  1663. <!ENTITY % code.content
  1664.      "( #PCDATA | %Inline.mix; )*"
  1665. >
  1666. <!ENTITY % code.qname  "code" >
  1667. <!ELEMENT %code.qname;  %code.content; >
  1668. <!-- end of code.element -->]]>
  1669.  
  1670. <!ENTITY % code.attlist  "INCLUDE" >
  1671. <![%code.attlist;[
  1672. <!ATTLIST %code.qname;
  1673.       %Common.attrib;
  1674. >
  1675. <!-- end of code.attlist -->]]>
  1676.  
  1677. <!ENTITY % dfn.element  "INCLUDE" >
  1678. <![%dfn.element;[
  1679. <!ENTITY % dfn.content
  1680.      "( #PCDATA | %Inline.mix; )*"
  1681. >
  1682. <!ENTITY % dfn.qname  "dfn" >
  1683. <!ELEMENT %dfn.qname;  %dfn.content; >
  1684. <!-- end of dfn.element -->]]>
  1685.  
  1686. <!ENTITY % dfn.attlist  "INCLUDE" >
  1687. <![%dfn.attlist;[
  1688. <!ATTLIST %dfn.qname;
  1689.       %Common.attrib;
  1690. >
  1691. <!-- end of dfn.attlist -->]]>
  1692.  
  1693. <!ENTITY % em.element  "INCLUDE" >
  1694. <![%em.element;[
  1695. <!ENTITY % em.content
  1696.      "( #PCDATA | %Inline.mix; )*"
  1697. >
  1698. <!ENTITY % em.qname  "em" >
  1699. <!ELEMENT %em.qname;  %em.content; >
  1700. <!-- end of em.element -->]]>
  1701.  
  1702. <!ENTITY % em.attlist  "INCLUDE" >
  1703. <![%em.attlist;[
  1704. <!ATTLIST %em.qname;
  1705.       %Common.attrib;
  1706. >
  1707. <!-- end of em.attlist -->]]>
  1708.  
  1709. <!ENTITY % kbd.element  "INCLUDE" >
  1710. <![%kbd.element;[
  1711. <!ENTITY % kbd.content
  1712.      "( #PCDATA | %Inline.mix; )*"
  1713. >
  1714. <!ENTITY % kbd.qname  "kbd" >
  1715. <!ELEMENT %kbd.qname;  %kbd.content; >
  1716. <!-- end of kbd.element -->]]>
  1717.  
  1718. <!ENTITY % kbd.attlist  "INCLUDE" >
  1719. <![%kbd.attlist;[
  1720. <!ATTLIST %kbd.qname;
  1721.       %Common.attrib;
  1722. >
  1723. <!-- end of kbd.attlist -->]]>
  1724.  
  1725. <!ENTITY % q.element  "INCLUDE" >
  1726. <![%q.element;[
  1727. <!ENTITY % q.content
  1728.      "( #PCDATA | %Inline.mix; )*"
  1729. >
  1730. <!ENTITY % q.qname  "q" >
  1731. <!ELEMENT %q.qname;  %q.content; >
  1732. <!-- end of q.element -->]]>
  1733.  
  1734. <!ENTITY % q.attlist  "INCLUDE" >
  1735. <![%q.attlist;[
  1736. <!ATTLIST %q.qname;
  1737.       %Common.attrib;
  1738.       cite         %URI.datatype;           #IMPLIED
  1739. >
  1740. <!-- end of q.attlist -->]]>
  1741.  
  1742. <!ENTITY % samp.element  "INCLUDE" >
  1743. <![%samp.element;[
  1744. <!ENTITY % samp.content
  1745.      "( #PCDATA | %Inline.mix; )*"
  1746. >
  1747. <!ENTITY % samp.qname  "samp" >
  1748. <!ELEMENT %samp.qname;  %samp.content; >
  1749. <!-- end of samp.element -->]]>
  1750.  
  1751. <!ENTITY % samp.attlist  "INCLUDE" >
  1752. <![%samp.attlist;[
  1753. <!ATTLIST %samp.qname;
  1754.       %Common.attrib;
  1755. >
  1756. <!-- end of samp.attlist -->]]>
  1757.  
  1758. <!ENTITY % strong.element  "INCLUDE" >
  1759. <![%strong.element;[
  1760. <!ENTITY % strong.content
  1761.      "( #PCDATA | %Inline.mix; )*"
  1762. >
  1763. <!ENTITY % strong.qname  "strong" >
  1764. <!ELEMENT %strong.qname;  %strong.content; >
  1765. <!-- end of strong.element -->]]>
  1766.  
  1767. <!ENTITY % strong.attlist  "INCLUDE" >
  1768. <![%strong.attlist;[
  1769. <!ATTLIST %strong.qname;
  1770.       %Common.attrib;
  1771. >
  1772. <!-- end of strong.attlist -->]]>
  1773.  
  1774. <!ENTITY % var.element  "INCLUDE" >
  1775. <![%var.element;[
  1776. <!ENTITY % var.content
  1777.      "( #PCDATA | %Inline.mix; )*"
  1778. >
  1779. <!ENTITY % var.qname  "var" >
  1780. <!ELEMENT %var.qname;  %var.content; >
  1781. <!-- end of var.element -->]]>
  1782.  
  1783. <!ENTITY % var.attlist  "INCLUDE" >
  1784. <![%var.attlist;[
  1785. <!ATTLIST %var.qname;
  1786.       %Common.attrib;
  1787. >
  1788. <!-- end of var.attlist -->]]>
  1789.  
  1790. <!-- end of xhtml-inlphras-1.mod -->
  1791. ]]>
  1792.  
  1793. <!ENTITY % xhtml-blkstruct.module "INCLUDE" >
  1794. <![%xhtml-blkstruct.module;[
  1795. <!ENTITY % xhtml-blkstruct.mod
  1796.      PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
  1797.             "xhtml-blkstruct-1.mod" >
  1798. <!-- ...................................................................... -->
  1799. <!-- XHTML Block Structural Module  ....................................... -->
  1800. <!-- file: xhtml-blkstruct-1.mod
  1801.  
  1802.      This is XHTML, a reformulation of HTML as a modular XML application.
  1803.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  1804.      Revision: $Id: xhtml-blkstruct-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  1805.  
  1806.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  1807.  
  1808.        PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
  1809.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-blkstruct-1.mod"
  1810.  
  1811.      Revisions:
  1812.      (none)
  1813.      ....................................................................... -->
  1814.  
  1815. <!-- Block Structural
  1816.  
  1817.         div, p
  1818.  
  1819.      This module declares the elements and their attributes used to
  1820.      support block-level structural markup.
  1821. -->
  1822.  
  1823. <!ENTITY % div.element  "INCLUDE" >
  1824. <![%div.element;[
  1825. <!ENTITY % div.content
  1826.      "( #PCDATA | %Flow.mix; )*"
  1827. >
  1828. <!ENTITY % div.qname  "div" >
  1829. <!ELEMENT %div.qname;  %div.content; >
  1830. <!-- end of div.element -->]]>
  1831.  
  1832. <!ENTITY % div.attlist  "INCLUDE" >
  1833. <![%div.attlist;[
  1834. <!-- end of div.attlist -->]]>
  1835. <!ATTLIST %div.qname;
  1836.       %Common.attrib;
  1837. >
  1838.  
  1839. <!ENTITY % p.element  "INCLUDE" >
  1840. <![%p.element;[
  1841. <!ENTITY % p.content
  1842.      "( #PCDATA | %Inline.mix; )*" >
  1843. <!ENTITY % p.qname  "p" >
  1844. <!ELEMENT %p.qname;  %p.content; >
  1845. <!-- end of p.element -->]]>
  1846.  
  1847. <!ENTITY % p.attlist  "INCLUDE" >
  1848. <![%p.attlist;[
  1849. <!ATTLIST %p.qname;
  1850.       %Common.attrib;
  1851. >
  1852. <!-- end of p.attlist -->]]>
  1853.  
  1854. <!-- end of xhtml-blkstruct-1.mod -->
  1855. ]]>
  1856.  
  1857. <!ENTITY % xhtml-blkphras.module "INCLUDE" >
  1858. <![%xhtml-blkphras.module;[
  1859. <!ENTITY % xhtml-blkphras.mod
  1860.      PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
  1861.             "xhtml-blkphras-1.mod" >
  1862. <!-- ...................................................................... -->
  1863. <!-- XHTML Block Phrasal Module  .......................................... -->
  1864. <!-- file: xhtml-blkphras-1.mod
  1865.  
  1866.      This is XHTML, a reformulation of HTML as a modular XML application.
  1867.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  1868.      Revision: $Id: xhtml-blkphras-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  1869.  
  1870.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  1871.  
  1872.        PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
  1873.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-blkphras-1.mod"
  1874.  
  1875.      Revisions:
  1876.      (none)
  1877.      ....................................................................... -->
  1878.  
  1879. <!-- Block Phrasal
  1880.  
  1881.         address, blockquote, pre, h1, h2, h3, h4, h5, h6
  1882.  
  1883.      This module declares the elements and their attributes used to
  1884.      support block-level phrasal markup.
  1885. -->
  1886.  
  1887. <!ENTITY % address.element  "INCLUDE" >
  1888. <![%address.element;[
  1889. <!ENTITY % address.content
  1890.      "( #PCDATA | %Inline.mix; )*" >
  1891. <!ENTITY % address.qname  "address" >
  1892. <!ELEMENT %address.qname;  %address.content; >
  1893. <!-- end of address.element -->]]>
  1894.  
  1895. <!ENTITY % address.attlist  "INCLUDE" >
  1896. <![%address.attlist;[
  1897. <!ATTLIST %address.qname;
  1898.       %Common.attrib;
  1899. >
  1900. <!-- end of address.attlist -->]]>
  1901.  
  1902. <!ENTITY % blockquote.element  "INCLUDE" >
  1903. <![%blockquote.element;[
  1904. <!ENTITY % blockquote.content
  1905.      "( %Block.mix; )+"
  1906. >
  1907. <!ENTITY % blockquote.qname  "blockquote" >
  1908. <!ELEMENT %blockquote.qname;  %blockquote.content; >
  1909. <!-- end of blockquote.element -->]]>
  1910.  
  1911. <!ENTITY % blockquote.attlist  "INCLUDE" >
  1912. <![%blockquote.attlist;[
  1913. <!ATTLIST %blockquote.qname;
  1914.       %Common.attrib;
  1915.       cite         %URI.datatype;           #IMPLIED
  1916. >
  1917. <!-- end of blockquote.attlist -->]]>
  1918.  
  1919. <!ENTITY % pre.element  "INCLUDE" >
  1920. <![%pre.element;[
  1921. <!ENTITY % pre.content
  1922.      "( #PCDATA 
  1923.       | %InlStruct.class;
  1924.       %InlPhras.class;
  1925.       | %tt.qname; | %i.qname; | %b.qname;
  1926.       %I18n.class;
  1927.       %Anchor.class;
  1928.       | %script.qname; | %map.qname;
  1929.       %Inline.extra; )*"
  1930. >
  1931. <!ENTITY % pre.qname  "pre" >
  1932. <!ELEMENT %pre.qname;  %pre.content; >
  1933. <!-- end of pre.element -->]]>
  1934.  
  1935. <!ENTITY % pre.attlist  "INCLUDE" >
  1936. <![%pre.attlist;[
  1937. <!ATTLIST %pre.qname;
  1938.       %Common.attrib;
  1939.       xml:space    ( preserve )             #FIXED 'preserve'
  1940. >
  1941. <!-- end of pre.attlist -->]]>
  1942.  
  1943. <!-- ...................  Heading Elements  ................... -->
  1944.  
  1945. <!ENTITY % Heading.content  "( #PCDATA | %Inline.mix; )*" >
  1946.  
  1947. <!ENTITY % h1.element  "INCLUDE" >
  1948. <![%h1.element;[
  1949. <!ENTITY % h1.qname  "h1" >
  1950. <!ELEMENT %h1.qname;  %Heading.content; >
  1951. <!-- end of h1.element -->]]>
  1952.  
  1953. <!ENTITY % h1.attlist  "INCLUDE" >
  1954. <![%h1.attlist;[
  1955. <!ATTLIST %h1.qname;
  1956.       %Common.attrib;
  1957. >
  1958. <!-- end of h1.attlist -->]]>
  1959.  
  1960. <!ENTITY % h2.element  "INCLUDE" >
  1961. <![%h2.element;[
  1962. <!ENTITY % h2.qname  "h2" >
  1963. <!ELEMENT %h2.qname;  %Heading.content; >
  1964. <!-- end of h2.element -->]]>
  1965.  
  1966. <!ENTITY % h2.attlist  "INCLUDE" >
  1967. <![%h2.attlist;[
  1968. <!ATTLIST %h2.qname;
  1969.       %Common.attrib;
  1970. >
  1971. <!-- end of h2.attlist -->]]>
  1972.  
  1973. <!ENTITY % h3.element  "INCLUDE" >
  1974. <![%h3.element;[
  1975. <!ENTITY % h3.qname  "h3" >
  1976. <!ELEMENT %h3.qname;  %Heading.content; >
  1977. <!-- end of h3.element -->]]>
  1978.  
  1979. <!ENTITY % h3.attlist  "INCLUDE" >
  1980. <![%h3.attlist;[
  1981. <!ATTLIST %h3.qname;
  1982.       %Common.attrib;
  1983. >
  1984. <!-- end of h3.attlist -->]]>
  1985.  
  1986. <!ENTITY % h4.element  "INCLUDE" >
  1987. <![%h4.element;[
  1988. <!ENTITY % h4.qname  "h4" >
  1989. <!ELEMENT %h4.qname;  %Heading.content; >
  1990. <!-- end of h4.element -->]]>
  1991.  
  1992. <!ENTITY % h4.attlist  "INCLUDE" >
  1993. <![%h4.attlist;[
  1994. <!ATTLIST %h4.qname;
  1995.       %Common.attrib;
  1996. >
  1997. <!-- end of h4.attlist -->]]>
  1998.  
  1999. <!ENTITY % h5.element  "INCLUDE" >
  2000. <![%h5.element;[
  2001. <!ENTITY % h5.qname  "h5" >
  2002. <!ELEMENT %h5.qname;  %Heading.content; >
  2003. <!-- end of h5.element -->]]>
  2004.  
  2005. <!ENTITY % h5.attlist  "INCLUDE" >
  2006. <![%h5.attlist;[
  2007. <!ATTLIST %h5.qname;
  2008.       %Common.attrib;
  2009. >
  2010. <!-- end of h5.attlist -->]]>
  2011.  
  2012. <!ENTITY % h6.element  "INCLUDE" >
  2013. <![%h6.element;[
  2014. <!ENTITY % h6.qname  "h6" >
  2015. <!ELEMENT %h6.qname;  %Heading.content; >
  2016. <!-- end of h6.element -->]]>
  2017.  
  2018. <!ENTITY % h6.attlist  "INCLUDE" >
  2019. <![%h6.attlist;[
  2020. <!ATTLIST %h6.qname;
  2021.       %Common.attrib;
  2022. >
  2023. <!-- end of h6.attlist -->]]>
  2024.  
  2025. <!-- end of xhtml-blkphras-1.mod -->
  2026. ]]>
  2027.  
  2028. <!-- end of xhtml-text-1.mod -->
  2029.  
  2030.  
  2031. <!ENTITY % xhtml-hypertext.mod
  2032.      PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
  2033.             "xhtml-hypertext-1.mod" >
  2034. <!-- ...................................................................... -->
  2035. <!-- XHTML Hypertext Module  .............................................. -->
  2036. <!-- file: xhtml-hypertext-1.mod
  2037.  
  2038.      This is XHTML, a reformulation of HTML as a modular XML application.
  2039.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2040.      Revision: $Id: xhtml-hypertext-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2041.  
  2042.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2043.  
  2044.        PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
  2045.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-hypertext-1.mod"
  2046.  
  2047.      Revisions:
  2048.      (none)
  2049.      ....................................................................... -->
  2050.  
  2051. <!-- Hypertext
  2052.  
  2053.         a
  2054.  
  2055.      This module declares the anchor ('a') element type, which
  2056.      defines the source of a hypertext link. The destination
  2057.      (or link 'target') is identified via its 'id' attribute 
  2058.      rather than the 'name' attribute as was used in HTML.
  2059. -->
  2060.  
  2061. <!-- ............  Anchor Element  ............ -->
  2062.  
  2063. <!ENTITY % a.element  "INCLUDE" >
  2064. <![%a.element;[
  2065. <!ENTITY % a.content
  2066.      "( #PCDATA | %InlNoAnchor.mix; )*"
  2067. >
  2068. <!ENTITY % a.qname  "a" >
  2069. <!ELEMENT %a.qname;  %a.content; >
  2070. <!-- end of a.element -->]]>
  2071.  
  2072. <!ENTITY % a.attlist  "INCLUDE" >
  2073. <![%a.attlist;[
  2074. <!ATTLIST %a.qname;
  2075.       %Common.attrib;
  2076.       href         %URI.datatype;           #IMPLIED
  2077.       charset      %Charset.datatype;       #IMPLIED
  2078.       type         %ContentType.datatype;   #IMPLIED
  2079.       hreflang     %LanguageCode.datatype;  #IMPLIED
  2080.       rel          %LinkTypes.datatype;     #IMPLIED
  2081.       rev          %LinkTypes.datatype;     #IMPLIED
  2082.       accesskey    %Character.datatype;     #IMPLIED
  2083.       tabindex     %Number.datatype;        #IMPLIED
  2084. >
  2085. <!-- end of a.attlist -->]]>
  2086.  
  2087. <!-- end of xhtml-hypertext-1.mod -->
  2088.  
  2089.  
  2090. <!ENTITY % xhtml-list.mod
  2091.      PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
  2092.             "xhtml-list-1.mod" >
  2093. <!-- ...................................................................... -->
  2094. <!-- XHTML Lists Module  .................................................. -->
  2095. <!-- file: xhtml-list-1.mod
  2096.  
  2097.      This is XHTML, a reformulation of HTML as a modular XML application.
  2098.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2099.      Revision: $Id: xhtml-list-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2100.  
  2101.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2102.  
  2103.        PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
  2104.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-list-1.mod"
  2105.  
  2106.      Revisions:
  2107.      (none)
  2108.      ....................................................................... -->
  2109.  
  2110. <!-- Lists
  2111.  
  2112.         dl, dt, dd, ol, ul, li
  2113.  
  2114.      This module declares the list-oriented element types
  2115.      and their attributes.
  2116. -->
  2117.  
  2118. <!ENTITY % dl.qname  "dl" >
  2119. <!ENTITY % dt.qname  "dt" >
  2120. <!ENTITY % dd.qname  "dd" >
  2121. <!ENTITY % ol.qname  "ol" >
  2122. <!ENTITY % ul.qname  "ul" >
  2123. <!ENTITY % li.qname  "li" >
  2124.  
  2125. <!-- dl: Definition List ............................... -->
  2126.  
  2127. <!ENTITY % dl.element  "INCLUDE" >
  2128. <![%dl.element;[
  2129. <!ENTITY % dl.content  "( %dt.qname; | %dd.qname; )+" >
  2130. <!ELEMENT %dl.qname;  %dl.content; >
  2131. <!-- end of dl.element -->]]>
  2132.  
  2133. <!ENTITY % dl.attlist  "INCLUDE" >
  2134. <![%dl.attlist;[
  2135. <!ATTLIST %dl.qname;
  2136.       %Common.attrib;
  2137. >
  2138. <!-- end of dl.attlist -->]]>
  2139.  
  2140. <!-- dt: Definition Term ............................... -->
  2141.  
  2142. <!ENTITY % dt.element  "INCLUDE" >
  2143. <![%dt.element;[
  2144. <!ENTITY % dt.content
  2145.      "( #PCDATA | %Inline.mix; )*"
  2146. >
  2147. <!ELEMENT %dt.qname;  %dt.content; >
  2148. <!-- end of dt.element -->]]>
  2149.  
  2150. <!ENTITY % dt.attlist  "INCLUDE" >
  2151. <![%dt.attlist;[
  2152. <!ATTLIST %dt.qname;
  2153.       %Common.attrib;
  2154. >
  2155. <!-- end of dt.attlist -->]]>
  2156.  
  2157. <!-- dd: Definition Description ........................ -->
  2158.  
  2159. <!ENTITY % dd.element  "INCLUDE" >
  2160. <![%dd.element;[
  2161. <!ENTITY % dd.content
  2162.      "( #PCDATA | %Flow.mix; )*"
  2163. >
  2164. <!ELEMENT %dd.qname;  %dd.content; >
  2165. <!-- end of dd.element -->]]>
  2166.  
  2167. <!ENTITY % dd.attlist  "INCLUDE" >
  2168. <![%dd.attlist;[
  2169. <!ATTLIST %dd.qname;
  2170.       %Common.attrib;
  2171. >
  2172. <!-- end of dd.attlist -->]]>
  2173.  
  2174. <!-- ol: Ordered List (numbered styles) ................ -->
  2175.  
  2176. <!ENTITY % ol.element  "INCLUDE" >
  2177. <![%ol.element;[
  2178. <!ENTITY % ol.content  "( %li.qname; )+" >
  2179. <!ELEMENT %ol.qname;  %ol.content; >
  2180. <!-- end of ol.element -->]]>
  2181.  
  2182. <!ENTITY % ol.attlist  "INCLUDE" >
  2183. <![%ol.attlist;[
  2184. <!ATTLIST %ol.qname;
  2185.       %Common.attrib;
  2186. >
  2187. <!-- end of ol.attlist -->]]>
  2188.  
  2189. <!-- ul: Unordered List (bullet styles) ................ -->
  2190.  
  2191. <!ENTITY % ul.element  "INCLUDE" >
  2192. <![%ul.element;[
  2193. <!ENTITY % ul.content  "( %li.qname; )+" >
  2194. <!ELEMENT %ul.qname;  %ul.content; >
  2195. <!-- end of ul.element -->]]>
  2196.  
  2197. <!ENTITY % ul.attlist  "INCLUDE" >
  2198. <![%ul.attlist;[
  2199. <!ATTLIST %ul.qname;
  2200.       %Common.attrib;
  2201. >
  2202. <!-- end of ul.attlist -->]]>
  2203.  
  2204. <!-- li: List Item ..................................... -->
  2205.  
  2206. <!ENTITY % li.element  "INCLUDE" >
  2207. <![%li.element;[
  2208. <!ENTITY % li.content
  2209.      "( #PCDATA | %Flow.mix; )*"
  2210. >
  2211. <!ELEMENT %li.qname;  %li.content; >
  2212. <!-- end of li.element -->]]>
  2213.  
  2214. <!ENTITY % li.attlist  "INCLUDE" >
  2215. <![%li.attlist;[
  2216. <!ATTLIST %li.qname;
  2217.       %Common.attrib;
  2218. >
  2219. <!-- end of li.attlist -->]]>
  2220.  
  2221. <!-- end of xhtml-list-1.mod -->
  2222.  
  2223.  
  2224. <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
  2225.  
  2226. <!-- Image Module  ............................................... -->
  2227. <!ENTITY % xhtml-image.module "INCLUDE" >
  2228. <![%xhtml-image.module;[
  2229. <!ENTITY % xhtml-image.mod
  2230.      PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"
  2231.             "xhtml-image-1.mod" >
  2232. <!-- ...................................................................... -->
  2233. <!-- XHTML Images Module  ................................................. -->
  2234. <!-- file: xhtml-image-1.mod
  2235.  
  2236.      This is XHTML, a reformulation of HTML as a modular XML application.
  2237.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2238.      Rovision: $Id: xhtml-image-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2239.  
  2240.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2241.  
  2242.        PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"
  2243.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-image-1.mod"
  2244.  
  2245.      Revisions:
  2246.      (none)
  2247.      ....................................................................... -->
  2248.  
  2249. <!-- Images
  2250.  
  2251.         img
  2252.  
  2253.      This module provides markup to support basic image embedding.
  2254. -->
  2255.  
  2256. <!-- To avoid problems with text-only UAs as well as to make
  2257.      image content understandable and navigable to users of
  2258.      non-visual UAs, you need to provide a description with
  2259.      the 'alt' attribute, and avoid server-side image maps.
  2260. -->
  2261.  
  2262. <!ENTITY % img.element  "INCLUDE" >
  2263. <![%img.element;[
  2264. <!ENTITY % img.content  "EMPTY" >
  2265. <!ENTITY % img.qname  "img" >
  2266. <!ELEMENT %img.qname;  %img.content; >
  2267. <!-- end of img.element -->]]>
  2268.  
  2269. <!ENTITY % img.attlist  "INCLUDE" >
  2270. <![%img.attlist;[
  2271. <!ATTLIST %img.qname;
  2272.       %Common.attrib;
  2273.       src          %URI.datatype;           #REQUIRED
  2274.       alt          %Text.datatype;          #REQUIRED
  2275.       longdesc     %URI.datatype;           #IMPLIED
  2276.       height       %Length.datatype;        #IMPLIED
  2277.       width        %Length.datatype;        #IMPLIED
  2278. >
  2279. <!-- end of img.attlist -->]]>
  2280.  
  2281. <!-- end of xhtml-image-1.mod -->
  2282. ]]>
  2283.  
  2284. <!-- Tables Module ............................................... -->
  2285. <!ENTITY % xhtml-table.module "INCLUDE" >
  2286. <![%xhtml-table.module;[
  2287. <!ENTITY % xhtml-table.mod
  2288.      PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN"
  2289.             "xhtml-basic-table-1.mod" >
  2290. <!-- ....................................................................... -->
  2291. <!-- XHTML Basic Table Module  ............................................. -->
  2292. <!-- file: xhtml-basic-table-1.mod
  2293.  
  2294.      This is XHTML Basic, a proper subset of XHTML.
  2295.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2296.      Revision: $Id: xhtml-basic-table-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2297.  
  2298.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2299.  
  2300.        PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN"
  2301.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-basic-table-1.mod"
  2302.  
  2303.      Revisions:
  2304.      (none)
  2305.      ....................................................................... -->
  2306.  
  2307. <!-- Basic Tables
  2308.  
  2309.         table, caption, tr, th, td
  2310.  
  2311.      This table module declares elements and attributes defining
  2312.      a table model based fundamentally on features found in the
  2313.      widely-deployed HTML 3.2 table model.  While this module
  2314.      mimics the content model and table attributes of HTML 3.2
  2315.      tables, the element types declared herein also includes all
  2316.      HTML 4 common and most of the HTML 4 table attributes.
  2317. -->
  2318.  
  2319. <!-- declare qualified element type names:
  2320. -->
  2321. <!ENTITY % table.qname  "table" >
  2322. <!ENTITY % caption.qname  "caption" >
  2323. <!ENTITY % tr.qname  "tr" >
  2324. <!ENTITY % th.qname  "th" >
  2325. <!ENTITY % td.qname  "td" >
  2326.  
  2327. <!-- horizontal alignment attributes for cell contents
  2328. -->
  2329. <!ENTITY % CellHAlign.attrib
  2330.      "align        ( left
  2331.                    | center
  2332.                    | right )                #IMPLIED"
  2333. >
  2334.  
  2335. <!-- vertical alignment attributes for cell contents
  2336. -->
  2337. <!ENTITY % CellVAlign.attrib
  2338.      "valign       ( top
  2339.                    | middle
  2340.                    | bottom )               #IMPLIED"
  2341. >
  2342.  
  2343. <!-- scope is simpler than axes attribute for common tables
  2344. -->
  2345. <!ENTITY % scope.attrib
  2346.      "scope        ( row | col  )           #IMPLIED"
  2347. >
  2348.  
  2349. <!-- table: Table Element .............................. -->
  2350.  
  2351. <!ENTITY % table.element  "INCLUDE" >
  2352. <![%table.element;[
  2353. <!ENTITY % table.content
  2354.      "( %caption.qname;?, %tr.qname;+ )"
  2355. >
  2356. <!ELEMENT %table.qname;  %table.content; >
  2357. <!-- end of table.element -->]]>
  2358.  
  2359. <!ENTITY % table.attlist  "INCLUDE" >
  2360. <![%table.attlist;[
  2361. <!ATTLIST %table.qname;
  2362.       %Common.attrib;
  2363.       summary      %Text.datatype;          #IMPLIED
  2364. >
  2365. <!-- end of table.attlist -->]]>
  2366.  
  2367. <!-- caption: Table Caption ............................ -->
  2368.  
  2369. <!ENTITY % caption.element  "INCLUDE" >
  2370. <![%caption.element;[
  2371. <!ENTITY % caption.content
  2372.      "( #PCDATA | %Inline.mix; )*"
  2373. >
  2374. <!ELEMENT %caption.qname;  %caption.content; >
  2375. <!-- end of caption.element -->]]>
  2376.  
  2377. <!ENTITY % caption.attlist  "INCLUDE" >
  2378. <![%caption.attlist;[
  2379. <!ATTLIST %caption.qname;
  2380.       %Common.attrib;
  2381. >
  2382. <!-- end of caption.attlist -->]]>
  2383.  
  2384. <!-- tr: Table Row ..................................... -->
  2385.  
  2386. <!ENTITY % tr.element  "INCLUDE" >
  2387. <![%tr.element;[
  2388. <!ENTITY % tr.content  "( %th.qname; | %td.qname; )+" >
  2389. <!ELEMENT %tr.qname;  %tr.content; >
  2390. <!-- end of tr.element -->]]>
  2391.  
  2392. <!ENTITY % tr.attlist  "INCLUDE" >
  2393. <![%tr.attlist;[
  2394. <!ATTLIST %tr.qname;
  2395.       %Common.attrib;
  2396.       %CellHAlign.attrib;
  2397.       %CellVAlign.attrib;
  2398. >
  2399. <!-- end of tr.attlist -->]]>
  2400.  
  2401. <!-- th: Table Header Cell ............................. -->
  2402.  
  2403. <!-- th is for header cells, td for data,
  2404.      but for cells acting as both use td
  2405. -->
  2406.  
  2407. <!ENTITY % th.element  "INCLUDE" >
  2408. <![%th.element;[
  2409. <!ENTITY % th.content
  2410.      "( #PCDATA | %FlowNoTable.mix; )*"
  2411. >
  2412. <!ELEMENT %th.qname;  %th.content; >
  2413. <!-- end of th.element -->]]>
  2414.  
  2415. <!ENTITY % th.attlist  "INCLUDE" >
  2416. <![%th.attlist;[
  2417. <!ATTLIST %th.qname;
  2418.       %Common.attrib;
  2419.       abbr         %Text.datatype;          #IMPLIED
  2420.       axis         CDATA                    #IMPLIED
  2421.       headers      IDREFS                   #IMPLIED
  2422.       %scope.attrib;
  2423.       rowspan      %Number.datatype;        '1'
  2424.       colspan      %Number.datatype;        '1'
  2425.       %CellHAlign.attrib;
  2426.       %CellVAlign.attrib;
  2427. >
  2428. <!-- end of th.attlist -->]]>
  2429.  
  2430. <!-- td: Table Data Cell ............................... -->
  2431.  
  2432. <!ENTITY % td.element  "INCLUDE" >
  2433. <![%td.element;[
  2434. <!ENTITY % td.content
  2435.      "( #PCDATA | %FlowNoTable.mix; )*"
  2436. >
  2437. <!ELEMENT %td.qname;  %td.content; >
  2438. <!-- end of td.element -->]]>
  2439.  
  2440. <!ENTITY % td.attlist  "INCLUDE" >
  2441. <![%td.attlist;[
  2442. <!ATTLIST %td.qname;
  2443.       %Common.attrib;
  2444.       abbr         %Text.datatype;          #IMPLIED
  2445.       axis         CDATA                    #IMPLIED
  2446.       headers      IDREFS                   #IMPLIED
  2447.       %scope.attrib;
  2448.       rowspan      %Number.datatype;        '1'
  2449.       colspan      %Number.datatype;        '1'
  2450.       %CellHAlign.attrib;
  2451.       %CellVAlign.attrib;
  2452. >
  2453. <!-- end of td.attlist -->]]>
  2454.  
  2455. <!-- end of xhtml-basic-table-1.mod -->
  2456. ]]>
  2457.  
  2458. <!-- Forms Module  ............................................... -->
  2459. <!ENTITY % xhtml-form.module "INCLUDE" >
  2460. <![%xhtml-form.module;[
  2461. <!ENTITY % xhtml-form.mod
  2462.      PUBLIC "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN"
  2463.             "xhtml-basic-form-1.mod" >
  2464. <!-- ...................................................................... -->
  2465. <!-- XHTML Simplified Forms Module  ....................................... -->
  2466. <!-- file: xhtml-basic-form-1.mod
  2467.  
  2468.      This is XHTML Basic, a proper subset of XHTML.
  2469.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2470.      Revision: $Id: xhtml-basic-form-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2471.  
  2472.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2473.  
  2474.        PUBLIC "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN"  
  2475.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-basic-form-1.mod"
  2476.  
  2477.      Revisions:
  2478.      (none)
  2479.      ....................................................................... -->
  2480.  
  2481. <!-- Basic Forms
  2482.  
  2483.      This forms module is based on the HTML 3.2 forms model, with
  2484.      the WAI-requested addition of the label element. While this 
  2485.      module essentially mimics the content model and attributes of 
  2486.      HTML 3.2 forms, the element types declared herein also include
  2487.      all HTML 4 common attributes.
  2488.  
  2489.         form, label, input, select, option, textarea
  2490. -->
  2491.  
  2492. <!-- declare qualified element type names:
  2493. -->
  2494. <!ENTITY % form.qname  "form" >
  2495. <!ENTITY % label.qname  "label" >
  2496. <!ENTITY % input.qname  "input" >
  2497. <!ENTITY % select.qname  "select" >
  2498. <!ENTITY % option.qname  "option" >
  2499. <!ENTITY % textarea.qname  "textarea" >
  2500.  
  2501. <!-- %BlkNoForm.mix; includes all non-form block elements,
  2502.      plus %Misc.class;
  2503. -->
  2504. <!ENTITY % BlkNoForm.mix
  2505.      "%Heading.class;
  2506.       | %List.class;
  2507.       | %BlkStruct.class;
  2508.       %BlkPhras.class;
  2509.       %BlkPres.class;
  2510.       | %table.qname; 
  2511.       %Block.extra;
  2512.       %Misc.class;"
  2513. >
  2514.  
  2515. <!-- form: Form Element ................................ -->
  2516.  
  2517. <!ENTITY % form.element  "INCLUDE" >
  2518. <![%form.element;[
  2519. <!ENTITY % form.content
  2520.      "( %BlkNoForm.mix; )+"
  2521. >
  2522. <!ELEMENT %form.qname;  %form.content; >
  2523. <!-- end of form.element -->]]>
  2524.  
  2525. <!ENTITY % form.attlist  "INCLUDE" >
  2526. <![%form.attlist;[
  2527. <!ATTLIST %form.qname;
  2528.       %Common.attrib;
  2529.       action       %URI.datatype;           #REQUIRED
  2530.       method       ( get | post )           'get'
  2531.       enctype      %ContentType.datatype;   'application/x-www-form-urlencoded'
  2532. >
  2533. <!-- end of form.attlist -->]]>
  2534.  
  2535. <!-- label: Form Field Label Text ...................... -->
  2536.  
  2537. <!ENTITY % label.element  "INCLUDE" >
  2538. <![%label.element;[
  2539. <!-- Each label must not contain more than ONE field
  2540. -->
  2541. <!ENTITY % label.content
  2542.      "( #PCDATA 
  2543.       | %input.qname; | %select.qname; | %textarea.qname;
  2544.       | %InlStruct.class;
  2545.       %InlPhras.class;
  2546.       %I18n.class;
  2547.       %InlPres.class;
  2548.       %InlSpecial.class;
  2549.       %Misc.class; )*"
  2550. >
  2551. <!ELEMENT %label.qname;  %label.content; >
  2552. <!-- end of label.element -->]]>
  2553.  
  2554. <!ENTITY % label.attlist  "INCLUDE" >
  2555. <![%label.attlist;[
  2556. <!ATTLIST %label.qname;
  2557.       %Common.attrib;
  2558.       for          IDREF                    #IMPLIED
  2559.       accesskey    %Character.datatype;     #IMPLIED
  2560. >
  2561. <!-- end of label.attlist -->]]>
  2562.  
  2563. <!-- input: Form Control ............................... -->
  2564.  
  2565. <!ENTITY % input.element  "INCLUDE" >
  2566. <![%input.element;[
  2567. <!ENTITY % input.content  "EMPTY" >
  2568. <!ELEMENT %input.qname;  %input.content; >
  2569. <!-- end of input.element -->]]>
  2570.  
  2571. <!-- Basic Forms removes 'image' and 'file' input types.
  2572. -->
  2573. <!ENTITY % input.attlist  "INCLUDE" >
  2574. <![%input.attlist;[
  2575. <!ENTITY % InputType.class
  2576.      "( text | password | checkbox | radio 
  2577.       | submit | reset | hidden )"
  2578. >
  2579. <!-- attribute name required for all but submit & reset
  2580. -->
  2581. <!ATTLIST %input.qname;
  2582.       %Common.attrib;
  2583.       type         %InputType.class;        'text'
  2584.       name         CDATA                    #IMPLIED
  2585.       value        CDATA                    #IMPLIED
  2586.       checked      ( checked )              #IMPLIED
  2587.       size         CDATA                    #IMPLIED
  2588.       maxlength    %Number.datatype;        #IMPLIED
  2589.       src          %URI.datatype;           #IMPLIED
  2590.       accesskey    %Character.datatype;     #IMPLIED
  2591. >
  2592. <!-- end of input.attlist -->]]>
  2593.  
  2594. <!-- select: Option Selector ........................... -->
  2595.  
  2596. <!ENTITY % select.element  "INCLUDE" >
  2597. <![%select.element;[
  2598. <!ENTITY % select.content  "( %option.qname; )+" >
  2599. <!ELEMENT %select.qname;  %select.content; >
  2600. <!-- end of select.element -->]]>
  2601.  
  2602. <!ENTITY % select.attlist  "INCLUDE" >
  2603. <![%select.attlist;[
  2604. <!ATTLIST %select.qname;
  2605.       %Common.attrib;
  2606.       name         CDATA                    #IMPLIED
  2607.       size         %Number.datatype;        #IMPLIED
  2608.       multiple     ( multiple )             #IMPLIED
  2609. >
  2610. <!-- end of select.attlist -->]]>
  2611.  
  2612. <!-- option: Selectable Choice ......................... -->
  2613.  
  2614. <!ENTITY % option.element  "INCLUDE" >
  2615. <![%option.element;[
  2616. <!ENTITY % option.content  "( #PCDATA )" >
  2617. <!ELEMENT %option.qname;  %option.content; >
  2618. <!-- end of option.element -->]]>
  2619.  
  2620. <!ENTITY % option.attlist  "INCLUDE" >
  2621. <![%option.attlist;[
  2622. <!ATTLIST %option.qname;
  2623.       %Common.attrib;
  2624.       selected     ( selected )             #IMPLIED
  2625.       value        CDATA                    #IMPLIED
  2626. >
  2627. <!-- end of option.attlist -->]]>
  2628.  
  2629. <!-- textarea: Multi-Line Text Field ................... -->
  2630.  
  2631. <!ENTITY % textarea.element  "INCLUDE" >
  2632. <![%textarea.element;[
  2633. <!ENTITY % textarea.content  "( #PCDATA )" >
  2634. <!ELEMENT %textarea.qname;  %textarea.content; >
  2635. <!-- end of textarea.element -->]]>
  2636.  
  2637. <!ENTITY % textarea.attlist  "INCLUDE" >
  2638. <![%textarea.attlist;[
  2639. <!ATTLIST %textarea.qname;
  2640.       %Common.attrib;
  2641.       name         CDATA                    #IMPLIED
  2642.       rows         %Number.datatype;        #REQUIRED
  2643.       cols         %Number.datatype;        #REQUIRED
  2644.       accesskey    %Character.datatype;     #IMPLIED
  2645. >
  2646. <!-- end of textarea.attlist -->]]>
  2647.  
  2648. <!-- end of xhtml-basic-form-1.mod -->
  2649. ]]>
  2650.  
  2651. <!-- Link Element Module  ........................................ -->
  2652. <!ENTITY % xhtml-link.module "INCLUDE" >
  2653. <![%xhtml-link.module;[
  2654. <!ENTITY % xhtml-link.mod
  2655.      PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"
  2656.             "xhtml-link-1.mod" >
  2657. <!-- ...................................................................... -->
  2658. <!-- XHTML Link Element Module  ........................................... -->
  2659. <!-- file: xhtml-link-1.mod
  2660.  
  2661.      This is XHTML, a reformulation of HTML as a modular XML application.
  2662.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2663.      Revision: $Id: xhtml-link-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2664.  
  2665.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2666.  
  2667.        PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"
  2668.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-link-1.mod"
  2669.  
  2670.      Revisions:
  2671.      (none)
  2672.      ....................................................................... -->
  2673.  
  2674. <!-- Link element
  2675.  
  2676.         link
  2677.  
  2678.      This module declares the link element type and its attributes,
  2679.      which could (in principle) be used to define document-level links
  2680.      to external resources such as:
  2681.  
  2682.      a) for document specific toolbars/menus, e.g. start, contents,
  2683.         previous, next, index, end, help
  2684.      b) to link to a separate style sheet (rel="stylesheet")
  2685.      c) to make a link to a script (rel="script")
  2686.      d) by stylesheets to control how collections of html nodes are
  2687.         rendered into printed documents
  2688.      e) to make a link to a printable version of this document
  2689.         e.g. a postscript or pdf version (rel="alternate" media="print")
  2690. -->
  2691.  
  2692. <!-- link: Media-Independent Link ...................... -->
  2693.  
  2694. <!ENTITY % link.element  "INCLUDE" >
  2695. <![%link.element;[
  2696. <!ENTITY % link.content  "EMPTY" >
  2697. <!ENTITY % link.qname  "link" >
  2698. <!ELEMENT %link.qname;  %link.content; >
  2699. <!-- end of link.element -->]]>
  2700.  
  2701. <!ENTITY % link.attlist  "INCLUDE" >
  2702. <![%link.attlist;[
  2703. <!ATTLIST %link.qname;
  2704.       %Common.attrib;
  2705.       charset      %Charset.datatype;       #IMPLIED
  2706.       href         %URI.datatype;           #IMPLIED
  2707.       hreflang     %LanguageCode.datatype;  #IMPLIED
  2708.       type         %ContentType.datatype;   #IMPLIED
  2709.       rel          %LinkTypes.datatype;     #IMPLIED
  2710.       rev          %LinkTypes.datatype;     #IMPLIED
  2711.       media        %MediaDesc.datatype;     #IMPLIED
  2712. >
  2713. <!-- end of link.attlist -->]]>
  2714.  
  2715. <!-- end of xhtml-link-1.mod -->
  2716. ]]>
  2717.  
  2718. <!-- Document Metainformation Module  ............................ -->
  2719. <!ENTITY % xhtml-meta.module "INCLUDE" >
  2720. <![%xhtml-meta.module;[
  2721. <!ENTITY % xhtml-meta.mod
  2722.      PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"
  2723.             "xhtml-meta-1.mod" >
  2724. <!-- ...................................................................... -->
  2725. <!-- XHTML Document Metainformation Module  ............................... -->
  2726. <!-- file: xhtml-meta-1.mod
  2727.  
  2728.      This is XHTML, a reformulation of HTML as a modular XML application.
  2729.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2730.      Revision: $Id: xhtml-meta-1.mod,v 1.11 2000/10/16 21:15:23 radams Exp $ SMI
  2731.  
  2732.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2733.  
  2734.        PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"
  2735.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-meta-1.mod"
  2736.  
  2737.      Revisions:
  2738.      (none)
  2739.      ....................................................................... -->
  2740.  
  2741. <!-- Meta Information
  2742.  
  2743.         meta
  2744.  
  2745.      This module declares the meta element type and its attributes,
  2746.      used to provide declarative document metainformation.
  2747. -->
  2748.  
  2749. <!-- meta: Generic Metainformation ..................... -->
  2750.  
  2751. <!ENTITY % meta.element  "INCLUDE" >
  2752. <![%meta.element;[
  2753. <!ENTITY % meta.content  "EMPTY" >
  2754. <!ENTITY % meta.qname  "meta" >
  2755. <!ELEMENT %meta.qname;  %meta.content; >
  2756. <!-- end of meta.element -->]]>
  2757.  
  2758. <!ENTITY % meta.attlist  "INCLUDE" >
  2759. <![%meta.attlist;[
  2760. <!ATTLIST %meta.qname;
  2761.       %XHTML.xmlns.attrib;
  2762.       %I18n.attrib;
  2763.       http-equiv   NMTOKEN                  #IMPLIED
  2764.       name         NMTOKEN                  #IMPLIED
  2765.       content      CDATA                    #REQUIRED
  2766.       scheme       CDATA                    #IMPLIED
  2767. >
  2768. <!-- end of meta.attlist -->]]>
  2769.  
  2770. <!-- end of xhtml-meta-1.mod -->
  2771. ]]>
  2772.  
  2773. <!-- Base Element Module  ........................................ -->
  2774. <!ENTITY % xhtml-base.module "INCLUDE" >
  2775. <![%xhtml-base.module;[
  2776. <!ENTITY % xhtml-base.mod
  2777.      PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"
  2778.             "xhtml-base-1.mod" >
  2779. <!-- ...................................................................... -->
  2780. <!-- XHTML Base Element Module  ........................................... -->
  2781. <!-- file: xhtml-base-1.mod
  2782.  
  2783.      This is XHTML, a reformulation of HTML as a modular XML application.
  2784.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2785.      Revision: $Id: xhtml-base-1.mod,v 1.11 2000/10/16 21:15:23 radams Exp $ SMI
  2786.  
  2787.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2788.  
  2789.        PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"
  2790.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-base-1.mod"
  2791.  
  2792.      Revisions:
  2793.      (none)
  2794.      ....................................................................... -->
  2795.  
  2796. <!-- Base element
  2797.  
  2798.         base
  2799.  
  2800.      This module declares the base element type and its attributes,
  2801.      used to define a base URI against which relative URIs in the
  2802.      document will be resolved.
  2803.  
  2804.      Note that this module also redeclares the content model for
  2805.      the head element to include the base element.
  2806. -->
  2807.  
  2808. <!-- base: Document Base URI ........................... -->
  2809.  
  2810. <!ENTITY % base.element  "INCLUDE" >
  2811. <![%base.element;[
  2812. <!ENTITY % base.content  "EMPTY" >
  2813. <!ENTITY % base.qname  "base" >
  2814. <!ELEMENT %base.qname;  %base.content; >
  2815. <!-- end of base.element -->]]>
  2816.  
  2817. <!ENTITY % base.attlist  "INCLUDE" >
  2818. <![%base.attlist;[
  2819. <!ATTLIST %base.qname;
  2820.       %XHTML.xmlns.attrib;
  2821.       href         %URI.datatype;           #REQUIRED
  2822. >
  2823. <!-- end of base.attlist -->]]>
  2824.  
  2825. <!ENTITY % head.content
  2826.     "( %HeadOpts.mix;,
  2827.      ( ( %title.qname;, %HeadOpts.mix;, ( %base.qname;, %HeadOpts.mix; )? )
  2828.      | ( %base.qname;, %HeadOpts.mix;, ( %title.qname;, %HeadOpts.mix; ))))"
  2829. >
  2830.  
  2831. <!-- end of xhtml-base-1.mod -->
  2832. ]]>
  2833.  
  2834. <!-- Param Element Module  ....................................... -->
  2835. <!ENTITY % xhtml-param.module "INCLUDE" >
  2836. <![%xhtml-param.module;[
  2837. <!ENTITY % xhtml-param.mod
  2838.      PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
  2839.             "xhtml-param-1.mod" >
  2840. <!-- ...................................................................... -->
  2841. <!-- XHTML Param Element Module  ..................................... -->
  2842. <!-- file: xhtml-param-1.mod
  2843.  
  2844.      This is XHTML, a reformulation of HTML as a modular XML application.
  2845.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2846.      Revision: $Id: xhtml-param-1.mod,v 1.11 2000/10/16 21:15:23 radams Exp $ SMI
  2847.  
  2848.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2849.  
  2850.        PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
  2851.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-param-1.mod"
  2852.  
  2853.      Revisions:
  2854.      (none)
  2855.      ....................................................................... -->
  2856.  
  2857. <!-- Parameters for Java Applets and Embedded Objects
  2858.  
  2859.         param
  2860.  
  2861.      This module provides declarations for the param element, 
  2862.      used to provide named property values for the applet
  2863.      and object elements. 
  2864. -->
  2865.  
  2866. <!-- param: Named Property Value ....................... -->
  2867.  
  2868. <!ENTITY % param.element  "INCLUDE" >
  2869. <![%param.element;[
  2870. <!ENTITY % param.content  "EMPTY" >
  2871. <!ENTITY % param.qname  "param" >
  2872. <!ELEMENT %param.qname;  %param.content; >
  2873. <!-- end of param.element -->]]>
  2874.  
  2875. <!ENTITY % param.attlist  "INCLUDE" >
  2876. <![%param.attlist;[
  2877. <!ATTLIST %param.qname;
  2878.       %XHTML.xmlns.attrib; 
  2879.       %id.attrib;
  2880.       name         CDATA                    #REQUIRED
  2881.       value        CDATA                    #IMPLIED
  2882.       valuetype    ( data | ref | object )  'data'
  2883.       type         %ContentType.datatype;   #IMPLIED
  2884. >
  2885. <!-- end of param.attlist -->]]>
  2886.  
  2887. <!-- end of xhtml-param-1.mod -->
  2888. ]]>
  2889.  
  2890. <!-- Embedded Object Module  ..................................... -->
  2891. <!ENTITY % xhtml-object.module "INCLUDE" >
  2892. <![%xhtml-object.module;[
  2893. <!ENTITY % xhtml-object.mod
  2894.      PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"
  2895.             "xhtml-object-1.mod" >
  2896. <!-- ...................................................................... -->
  2897. <!-- XHTML Embedded Object Module  ........................................ -->
  2898. <!-- file: xhtml-object-1.mod
  2899.  
  2900.      This is XHTML, a reformulation of HTML as a modular XML application.
  2901.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2902.      Revision: $Id: xhtml-object-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
  2903.  
  2904.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2905.  
  2906.        PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"
  2907.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-object-1.mod"
  2908.  
  2909.      Revisions:
  2910.      (none)
  2911.      ....................................................................... -->
  2912.  
  2913. <!-- Embedded Objects
  2914.  
  2915.         object
  2916.  
  2917.      This module declares the object element type and its attributes,
  2918.      used to embed external objects as part of XHTML pages. In the
  2919.      document, place param elements prior to the object elements 
  2920.      that require their content.
  2921.  
  2922.      Note that use of this module requires instantiation of the 
  2923.      Param Element Module prior to this module.
  2924. -->
  2925.  
  2926. <!-- object: Generic Embedded Object ................... -->
  2927.  
  2928. <!ENTITY % object.element  "INCLUDE" >
  2929. <![%object.element;[
  2930. <!ENTITY % object.content
  2931.      "( #PCDATA | %Flow.mix; | %param.qname; )*"
  2932. >
  2933. <!ENTITY % object.qname  "object" >
  2934. <!ELEMENT %object.qname;  %object.content; >
  2935. <!-- end of object.element -->]]>
  2936.  
  2937. <!ENTITY % object.attlist  "INCLUDE" >
  2938. <![%object.attlist;[
  2939. <!ATTLIST %object.qname;
  2940.       %Common.attrib;
  2941.       declare      ( declare )              #IMPLIED
  2942.       classid      %URI.datatype;           #IMPLIED
  2943.       codebase     %URI.datatype;           #IMPLIED
  2944.       data         %URI.datatype;           #IMPLIED
  2945.       type         %ContentType.datatype;   #IMPLIED
  2946.       codetype     %ContentType.datatype;   #IMPLIED
  2947.       archive      %URIs.datatype;          #IMPLIED
  2948.       standby      %Text.datatype;          #IMPLIED
  2949.       height       %Length.datatype;        #IMPLIED
  2950.       width        %Length.datatype;        #IMPLIED
  2951.       name         CDATA                    #IMPLIED
  2952.       tabindex     %Number.datatype;        #IMPLIED
  2953. >
  2954. <!-- end of object.attlist -->]]>
  2955.  
  2956. <!-- end of xhtml-object-1.mod -->
  2957. ]]>
  2958.  
  2959. <!ENTITY % xhtml-struct.mod
  2960.      PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
  2961.             "xhtml-struct-1.mod" >
  2962. <!-- ...................................................................... -->
  2963. <!-- XHTML Structure Module  .............................................. -->
  2964. <!-- file: xhtml-struct-1.mod
  2965.  
  2966.      This is XHTML, a reformulation of HTML as a modular XML application.
  2967.      Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
  2968.      Revision: $Id: xhtml-struct-1.mod,v 1.11 2000/10/16 21:15:23 radams Exp $ SMI
  2969.  
  2970.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  2971.  
  2972.        PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
  2973.        SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-struct-1.mod"
  2974.  
  2975.      Revisions:
  2976.      (none)
  2977.      ....................................................................... -->
  2978.  
  2979. <!-- Document Structure
  2980.  
  2981.         title, head, body, html
  2982.  
  2983.      The Structure Module defines the major structural elements and 
  2984.      their attributes.
  2985.  
  2986.      Note that the content model of the head element type is redeclared 
  2987.      when the Base Module is included in the DTD.
  2988.  
  2989.      The parameter entity containing the XML namespace URI value used 
  2990.      for XHTML is '%XHTML.xmlns;', defined in the Qualified Names module.
  2991. -->
  2992.  
  2993. <!-- title: Document Title ............................. -->
  2994.  
  2995. <!-- The title element is not considered part of the flow of text.
  2996.      It should be displayed, for example as the page header or
  2997.      window title. Exactly one title is required per document.
  2998. -->
  2999.  
  3000. <!ENTITY % title.element  "INCLUDE" >
  3001. <![%title.element;[
  3002. <!ENTITY % title.content  "( #PCDATA )" >
  3003. <!ENTITY % title.qname  "title" >
  3004. <!ELEMENT %title.qname;  %title.content; >
  3005. <!-- end of title.element -->]]>
  3006.  
  3007. <!ENTITY % title.attlist  "INCLUDE" >
  3008. <![%title.attlist;[
  3009. <!ATTLIST %title.qname;
  3010.       %XHTML.xmlns.attrib; 
  3011.       %I18n.attrib;
  3012. >
  3013. <!-- end of title.attlist -->]]>
  3014.  
  3015. <!-- head: Document Head ............................... -->
  3016.  
  3017. <!ENTITY % head.element  "INCLUDE" >
  3018. <![%head.element;[
  3019. <!ENTITY % head.content
  3020.     "( %HeadOpts.mix;, %title.qname;, %HeadOpts.mix; )"
  3021. >
  3022. <!ENTITY % head.qname  "head" >
  3023. <!ELEMENT %head.qname;  %head.content; >
  3024. <!-- end of head.element -->]]>
  3025.  
  3026. <!ENTITY % head.attlist  "INCLUDE" >
  3027. <![%head.attlist;[
  3028. <!-- reserved for future use with document profiles
  3029. -->
  3030. <!ENTITY % profile.attrib
  3031.      "profile      %URI.datatype;           '%XHTML.profile;'"
  3032. >
  3033.  
  3034. <!ATTLIST %head.qname;
  3035.       %XHTML.xmlns.attrib; 
  3036.       %I18n.attrib;
  3037.       %profile.attrib;
  3038. >
  3039. <!-- end of head.attlist -->]]>
  3040.  
  3041. <!-- body: Document Body ............................... -->
  3042.  
  3043. <!ENTITY % body.element  "INCLUDE" >
  3044. <![%body.element;[
  3045. <!ENTITY % body.content
  3046.      "( %Block.mix; )+"
  3047. >
  3048. <!ENTITY % body.qname  "body" >
  3049. <!ELEMENT %body.qname;  %body.content; >
  3050. <!-- end of body.element -->]]>
  3051.  
  3052. <!ENTITY % body.attlist  "INCLUDE" >
  3053. <![%body.attlist;[
  3054. <!ATTLIST %body.qname;
  3055.       %Common.attrib;
  3056. >
  3057. <!-- end of body.attlist -->]]>
  3058.  
  3059. <!-- html: XHTML Document Element ...................... -->
  3060.  
  3061. <!ENTITY % html.element  "INCLUDE" >
  3062. <![%html.element;[
  3063. <!ENTITY % html.content  "( %head.qname;, %body.qname; )" >
  3064. <!ENTITY % html.qname  "html" >
  3065. <!ELEMENT %html.qname;  %html.content; >
  3066. <!-- end of html.element -->]]>
  3067.  
  3068. <!ENTITY % html.attlist  "INCLUDE" >
  3069. <![%html.attlist;[
  3070. <!-- version attribute value defined in driver
  3071. -->
  3072. <!ENTITY % XHTML.version.attrib
  3073.      "version      %FPI.datatype;           #FIXED '%XHTML.version;'"
  3074. >
  3075.  
  3076. <!-- see the Qualified Names module for information 
  3077.      on how to extend XHTML using XML namespaces 
  3078. -->
  3079. <!ATTLIST %html.qname;
  3080.       %XHTML.xmlns.attrib; 
  3081.       %XHTML.version.attrib;
  3082.       %I18n.attrib;
  3083. >
  3084. <!-- end of html.attlist -->]]>
  3085.  
  3086. <!-- end of xhtml-struct-1.mod -->
  3087.  
  3088.  
  3089. <!-- end of XHTML Basic 1.0 DTD  ........................................... -->
  3090.